From 485aef90f3240c06747d1e7bf6a0edfe4c2dbe0c Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期一, 13 二月 2023 16:31:10 +0800 Subject: [PATCH] 2023/2/13 肖辉 侧边栏处理 --- src/components/map/leafletMap.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/map/leafletMap.vue b/src/components/map/leafletMap.vue index 5b5faa9..eb74a74 100644 --- a/src/components/map/leafletMap.vue +++ b/src/components/map/leafletMap.vue @@ -55,7 +55,7 @@ // this.$map.createrLayers(this.map, this.mapUrls) //鍒囩墖鍦板浘 // this.$map.createrChinatm(this.map, this.mapUrl); // 鍥惧眰 this.map.pm.setLang("zh"); - this.map.pm.addControls(this.options); + // this.map.pm.addControls(this.options); this.locationMap(); }, locationMap() { -- Gitblit v1.8.0