删除调试信息
This commit is contained in:
parent
b3cc026b41
commit
c88033899b
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue