From 97277a2c41d80bbf375f88a47e242f1b17602b2b Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期三, 29 十一月 2023 16:53:10 +0800 Subject: [PATCH] 发布管理修改 --- src/components/mapol.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/mapol.vue b/src/components/mapol.vue index 8ee1c0e..56a3a30 100644 --- a/src/components/mapol.vue +++ b/src/components/mapol.vue @@ -26,7 +26,9 @@ <div @click="changeMapType" class="changeMapType" + v-if="$store.state.setChangeBaseMap" style=" position: absolute; + bottom: 52px; right: 46px; height: 30px; @@ -203,7 +205,7 @@ }, changeMenulayer() { - this.$bus.$emit("setChangeBaseMapLayer", true) + this.$bus.$emit("setChangeBaseMapLayer", {type:'ol',boolen:true}) // this.isActive = !this.isActive // this.isMenuLayer = !this.isMenuLayer // this.setLayerVisible() -- Gitblit v1.9.3