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 }