吉安感知网项目-前端
shuishen
2026-02-05 c812ea3b426e82008f9bb7c817fd612273679354
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