|
@@ -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,
|
|
|
}));
|