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 }