月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-09-04 4ff2e4b83f2169661bee7ae099da67212ecbd186
src/views/baseMapSwitching/baseMapSwitching.vue
@@ -2,7 +2,10 @@
  <div class="baseMapSwitching">
    <div class="baseMapSwitchingTitle">
      <div class="tileLeft">
        <div class="titleImg">
        <div
          class="titleImg"
          @click="setCloseBaseMap"
        >
          <ArrowLeft />
        </div>
        <div class="titleLable">投影图层管理</div>
@@ -42,6 +45,7 @@
import projection from "@/assets/js/Map/projectionServer";
import olMap from "@/assets/js/Map/olMap";
const emits = defineEmits(["setCloseBaseMap"]);
let list = ref([]);
const activceIndex = ref();
const setProjectionLayerChange = (res) => {
@@ -85,6 +89,9 @@
  // }
};
getProjectionLayer();
const setCloseBaseMap = () => {
  emits("setCloseBaseMap", false);
};
</script>
<style lang="less" scoped>