无人机管理后台前端(已迁走)
张含笑
2025-10-28 2784cbc55586099aa59ffb2b1080ac237fc96123
src/views/layerManagement/components/utils.js
@@ -61,6 +61,8 @@
      this.delPoint = this.delPoint.bind(this)
      // 外部订阅者
      this.listeners = []
      this.polygons = []; // 存储所有多边形数据 { id, positions, entity, pointsEntity }
      this.currentPolygonIndex = -1; // 当前操作的多边形索引
   }
   // 实体命名常量