From cfc3e29bf0d68da8f1021cb42394b4b4bbbb7fac Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 10 Oct 2025 17:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 29bd4ac..6c415f1 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -658,10 +658,10 @@ const socketData = [ } ] let area = { - "LatMin": 36.14505053622, - "LatMax": 36.15302618219, - "LonMin": 120.38532472236, - "LonMax": 120.39109582218, + "LatMin": 0, + "LatMax": 0, + "LonMin": 0, + "LonMax": 0, } const dots = ref([ // { @@ -1112,6 +1112,7 @@ const saveAreaPoint = () => { Promise.all(arr).then(() => { ElMessage.success('保存成功') let data = getBoundingBoxAndSize(areaPoints.value) + console.log(data) areaData.value = data area.value = { "LatMin": data.minLat,