bill 8 月之前
父节点
当前提交
fee98325c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/path/sign.vue

+ 1 - 1
src/components/path/sign.vue

@@ -64,7 +64,7 @@ path.bus.on("changePoints", (points) => {
   console.log(points);
   clearTimeout(changPointsTimeout);
   currentPoints = points.map((p, ndx) => ({
-    name: p?.name || `标记点${ndx + 1}`,
+    name: p.name,
     position: { ...p.position },
     modelId: p.modelId,
   }));