[前端]对已启用的引脚查看GPIO CONFIG时视图报错
Unhandled Rejection (TypeError): Cannot read property 'pinId' of undefined
(anonymous function)
./src/pages/Project/components/ChipPinOutView.jsx:1157
1154 | return { pin: item };
1155 | }),
1156 | },
> 1157 | }).then((res) => {
| ^ 1158 | const datasource = [];
1159 |
1160 | const { pinId, ...rest } = res.gpioTableData[0];