From b272cb9106777104d603a9ef047075c126cdd930 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Thu, 16 Apr 2026 16:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=92=E5=BA=A6?= 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 714d9c6..64a45b5 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1420,7 +1420,7 @@ const processData = (data) => { }; const local = correctDeviation(getLocalPositionRelativeToP4(point, areaPoints.value, rectInfo)) - // console.log(local) + console.log(rectInfo) boxPos.value = local }