From f1f70ff6a4d21ec26749e2b642f1f2ff9d404246 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Thu, 16 Apr 2026 16:58:31 +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 64a45b5..7555207 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(rectInfo) + // console.log(rectInfo) boxPos.value = local }