Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -27,7 +27,6 @@ |
27 | 27 | import { Tag } from 'ant-design-vue'; |
28 | 28 | import { frpGetInfoApi, frpPutInfoApi } from '/@/api/device/deviceConfigApi'; |
29 | 29 | import { useMessage } from '/@/hooks/web/useMessage'; |
30 | - import { ConsoleSqlOutlined } from '@ant-design/icons-vue'; | |
31 | 30 | |
32 | 31 | const props = defineProps({ |
33 | 32 | deviceDetail: { |
... | ... | @@ -78,7 +77,6 @@ |
78 | 77 | const address = ref(''); |
79 | 78 | const enableRemoteDisabled = ref(false); |
80 | 79 | const getTableData = async () => { |
81 | - // const res = await frpGetInfoApi('1000000061664FF'); | |
82 | 80 | const res = await frpGetInfoApi(props.deviceDetail.sn); |
83 | 81 | enableRemote.value = res.enableRemote; |
84 | 82 | proxyName.value = res.proxyName; | ... | ... |