jihongshun
2025-07-09 bec1a5e6532575b221b24094471fce8c814fc7ae
src/views/system/shootPoint/components/shootPointDialog.vue
@@ -203,6 +203,7 @@
      }
      console.log(this.treeData)
    },
    //数组 塔的精度 塔的纬度  塔的高度  半径
    insertRaisedPoints(data, centerLon, centerLat, centerHeight, radius = 130) {
      const center = Cesium.Cartesian3.fromDegrees(centerLon, centerLat, centerHeight);
      const result = JSON.parse(JSON.stringify(data)); // 深拷贝避免污染原数据