吉安感知网项目-前端
shuishen
2026-01-19 b4e68fecacb6fcd2ed87173f8b4d3451a2ecceb9
applications/drone-command/src/utils/mapUtils.js
@@ -315,6 +315,13 @@
   // 销毁处理
   destroy () {
      if (!this._viewer || this._viewer.isDestroyed?.()) {
         this._primitiveCollection = null
         this._entityCircleDataSource = null
         this._viewer = null
         return
      }
      if (this._primitiveCollection) {
         this._primitiveCollection.removeAll()
         this._viewer.scene.primitives.remove(this._primitiveCollection)