From 51c162abc2e6d168c9c355048cfb368d46c11c3c Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Sat, 11 Oct 2025 15:55:47 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index 17e0e4e..164f2fd 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -940,7 +940,8 @@ const processData = (data) => { }; const local = getLocalPositionRelativeToP4(point, areaPoints.value, rectInfo); - console.log(local) + // console.log(local) + boxPos.value = local } };