From cb53fc697b61af5187ba60ba62fe38457539ff2d Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 14 Oct 2025 16:02:51 +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 313caa6..072410d 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -900,8 +900,8 @@ function getLocalPositionRelativeToP4(point, rectPoints, rectInfo) { const getPoint = (k) => { - areaPoints.value[k].lon = currentPosition.value.lon || 0 - areaPoints.value[k].lat = currentPosition.value.lat || 0 + regionLabeling.value[k].lon = currentPosition.value.lon || 0 + regionLabeling.value[k].lat = currentPosition.value.lat || 0 } const setDot = (e) => { let dots = e.DarDatas.map((v, k) => {