| | |
| | | let list = ref([]); |
| | | const activceIndex = ref(); |
| | | const setProjectionLayerChange = (res) => { |
| | | server.delLayerAll(); |
| | | projection.addTreeData(res); |
| | | // projection.addTreeData(res); |
| | | activceIndex.value = res.id; |
| | | store.state.restLayer = true; |
| | | // store.state.restLayer = true; |
| | | }; |
| | | const getProjectionLayer = async () => { |
| | | const data = await perms_selectProjectLayers(); |
| | |
| | | height: 680px; |
| | | background: rgba(7, 8, 14, 0.8); |
| | | box-shadow: inset 0px 10px 40px 10px rgba(38, 47, 71, 1); |
| | | z-index: 40; |
| | | position: absolute; |
| | | .baseMapSwitchingTitle { |
| | | width: calc(100% - 27px); |
| | | height: 42px; |