From d8c9305af9a085b1cc32e1e88ddebf30c2ebf644 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 10 Oct 2025 17:30:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 772a2e8..9bb76d0 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -985,8 +985,8 @@ const ShutDownWorkBtn = () => { ShutDownWork() } const getPoint = (k) => { - points.value[k].lon = currentPosition.value.lon || 0 - points.value[k].lat = currentPosition.value.lat || 0 + areaPoints.value[k].lon = currentPosition.value.lon || 0 + areaPoints.value[k].lat = currentPosition.value.lat || 0 } const getArea1 = () => { if (points.value.length < 4) return