shuishen
2022-03-19 3a465f7fb233eae97abd357ff5a847627c80d286
src/components/map/components/dimension.vue
@@ -56,7 +56,7 @@
let layerSATtwo = null
let tcLayer = null
const wallLayer = null
// const wallLayer = null
export default {
    name: 'dimension',
@@ -871,8 +871,8 @@
        // 科技感删除
        removeSAT () {
            global.viewer.remove(layerSat)
            global.viewer.remove(layerSATtwo)
            global.viewer.removeLayer(layerSat)
            global.viewer.removeLayer(layerSATtwo)
            layerSat = null
            layerSATtwo = null
        },