guanqb
2022-09-28 32acd50ed654e09f8e7fd47c8a171f651583c4df
src/views/activity/index.vue
@@ -420,8 +420,6 @@
    },
    mounted () {
        this.$nextTick(() => {
            this.activityList.forEach(item => {
                this.$EventBus.$emit('layerPointAdd', {
                    layerName: 'activityLayers',
@@ -471,7 +469,6 @@
        },
        treeNodeClick () {
            console.log(1111223)
            let color = global.DC.Namespace.Cesium.Color.fromBytes(
                102, 176, 255,
                100
@@ -482,7 +479,6 @@
                material: color,
                width: 2
            })
            console.log(223232)
        },
        goAbDetail (item, index) {