Commit db09f29890234584e066dde8e2283c9e630adbb8

Authored by fengtao
1 parent 3143dafa

pref:移除未使用的代码

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