From d7256777c35216c6dc29a92b75a1f25931206edd Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Sat, 11 Oct 2025 15:05:34 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/index.vue b/src/views/index.vue index 24b3f5c..93df3ae 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1205,6 +1205,7 @@ function getBoundingBoxAndSize(pointsArr) { if (nearestPoint.name === '点位4') { areaType.value = 4 } + console.log(nearestPoint) return { width: (areaType.value === 1 || areaType.value === 3) ? width : height, height: (areaType.value === 1 || areaType.value === 3) ? height : width,