6
guanqb
2022-09-22 bd688859e8122b9346480c5d2c7676134afeedfb
6
1 files modified
14 ■■■■ changed files
src/views/activity/index.vue 14 ●●●● patch | view | raw | blame | history
src/views/activity/index.vue
@@ -340,16 +340,17 @@
        },
        treeNodeClick () {
            console.log(1111223)
            let color = global.DC.Namespace.Cesium.Color.fromBytes(
                102, 176, 255,
                100
            )
            this.$EventBus.$emit('layerPolylineAdd', {
                layerName: 'polylineLayer',
                positions: ([
                    116.025000, 28.686000,
                    116.025000, 28.678000,
                    116.020000, 28.678000,
                ]),
                material: '#f00',
                positions: '116.025000, 28.686000, 116.025000, 28.678000,116.020000, 28.678000',
                material: color,
                width: 2
            })
            console.log(223232)
        },
        goAbDetail () {
            console.log(1)
@@ -469,7 +470,6 @@
        }
        :deep(.el-tree-node) {
            background: #0f1e2d;
            background-color: #fff;
        }
    }
}