applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
@@ -75,9 +75,9 @@ handleMouseMove(movement) { if (!this.tooltip?.isVisible) { this.tooltip.show('????????????', movement.endPosition) this.tooltip.show('拖动顶点编辑', movement.endPosition) } else { this.tooltip.show('????????????') this.tooltip.show('拖动顶点编辑') this.tooltip.move(movement.endPosition) } if (!this.isDragging || this.draggedIndex < 0) return