| | |
| | | }, |
| | | 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) |
| | |
| | | } |
| | | :deep(.el-tree-node) { |
| | | background: #0f1e2d; |
| | | background-color: #fff; |
| | | } |
| | | } |
| | | } |