月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-08-28 6f2fb62fe828bdd74b0cd59b9cbdf6c83559c1b4
src/views/baseMapSwitching/baseMapSwitching.vue
@@ -45,10 +45,9 @@
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();
@@ -72,6 +71,8 @@
  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;