From cda50dc5c9808764c70b6ebf87da03bc610f3a95 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 10 Oct 2025 18:01:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index 2fbb9ce..48080a7 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1114,7 +1114,7 @@ const saveAreaPoint = () => { let data = getBoundingBoxAndSize(areaPoints.value) console.log(data) areaData.value = data - area.value = { + area = { "LatMin": data.minLat, "LatMax": data.maxLat, "LonMin": data.minLon,