applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
File was renamed from applications/drone-command/src/views/areaManage/partition/shapeTools/edit/EditPolygonTool.js @@ -74,7 +74,7 @@ } handleMouseMove(movement) { this.tooltip.show('拖动顶点编辑,右键删除', movement.endPosition) this.tooltip.show('拖动顶点编辑,右键删除点', movement.endPosition) if (!this.isDragging || this.draggedIndex < 0) return const position = this.getPositionFromScreen(movement.endPosition) if (!position) return