11wqe1 5 месяцев назад
Родитель
Сommit
51a9af432d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/main/feedback.vue

+ 2 - 2
src/components/main/feedback.vue

@@ -151,10 +151,10 @@ const handlePositionUpdate = (newPos) => {
   // 直接修改 reactive 对象的属性
   position.value.x = newPos.x;
   position.value.y = newPos.y;
-  console.log('位置更新:', position);
+//   console.log('位置更新:', position);
 };
 const openxiaoKe = () => {
-  console.log('点击事件触发');
+//   console.log('点击事件触发');
   dialogVisible2.value = true
 };