From 2fcdcc80063344ddf0b345e3b962712e05e6b13d Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Sat, 11 Oct 2025 15:40:56 +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 abd4bbc..bf82532 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -855,12 +855,12 @@ const processData = (data) => { lat: data.Latitude, } // boxPos.value = location - let data = getLocalPositionFromRect_Point1AsCenter({ + let res = getLocalPositionFromRect_Point1AsCenter({ lon: data.Longitude, lat: data.Latitude, rotate: data.HeadingAngle }, areaPoints.value, areaData.value) - console.log(data) + console.log(res) } };