删除调试信息

This commit is contained in:
shefengchun 2023-02-10 09:56:24 +08:00
parent b3cc026b41
commit c88033899b
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ export default defineComponent({
let y = Math.ceil((config.height - newVal.y) / Proportion.value.y);
points[0].x = x;
points[0].y = y;
console.log(points[0])
isshowarray.value[0] = false;
isactivearray.value[0] = false;
setTimeout(() => {