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 } };