From ad4a321de7f3bb00534767a9fd81f7379a666ef5 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 31 五月 2023 09:30:49 +0800 Subject: [PATCH] 数据管理-项目管理目录结构上下调整失效,勘察信息表无信息弹出窗口颜色修改;二维地图不能切换 --- src/components/MapDiv.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/MapDiv.vue b/src/components/MapDiv.vue index b926a6d..9c1be5b 100644 --- a/src/components/MapDiv.vue +++ b/src/components/MapDiv.vue @@ -228,7 +228,7 @@ return this.levelArray[this.levelArray.length - 1] }, showBaseMapLayer() { - this.$refs && this.$refs.addOnlineMap && this.$refs.addOnlineMap.open("鍦颁笅妯″紡", null); + this.$refs && this.$refs.addOnlineMap && this.$refs.addOnlineMap.open("鍦ㄧ嚎鍦板浘", null); } }, mounted() { -- Gitblit v1.9.3