فهرست منبع

删除注释代码

tangning 1 روز پیش
والد
کامیت
78ab948366
1فایلهای تغییر یافته به همراه0 افزوده شده و 11 حذف شده
  1. 0 11
      src/components/path/sign.vue

+ 0 - 11
src/components/path/sign.vue

@@ -112,17 +112,6 @@ watchEffect(() => {
       }
     });
   });
-  // for (const point of props.path.points) {
-  //   watchEffect(() => {
-  //     const ndx = props.path.points.indexOf(point);
-  //     console.log(ndx, 'watchEffect', ~ndx, 'point' ,point, props.path);
-  //     if (~ndx) {
-  //       path.changePointName(ndx, point.name);
-  //       path.changePointDisplay && path.changePointDisplay(ndx, !point.hide);
-  //       currentPoints[ndx].name = point.name;
-  //     }
-  //   });
-  // }
 },{ deep: true, flush: "post" });
 watchEffect(() => {
   path.changeDirection(props.path.showDirection, props.path.reverseDirection);