吉安感知网项目-前端
罗广辉
2026-02-05 3d3609bc26c0e3ce1d3a8bdfbb7767dc7d15ccb1
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