diff --git a/src/views/index.vue b/src/views/index.vue index 7468fda..09f3f94 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -987,7 +987,7 @@ const getShildTableList = () => { } // 障碍物列表 -const tableData1 = ref([{Lon: 1}, {Lon: 2}]) +const tableData1 = ref([]) // 上传图片 const uploadRef = ref(null) const uploadFiles = async (e) => { @@ -1384,7 +1384,7 @@ onMounted(() => { getSocket() getOption() getShildTableList() - // testFun()? + // testFun() getDotsData() })