From cc1c0a396698648256c350f6f0fe2cb2f0b02c7e Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 27 Mar 2024 15:44:10 +0800
Subject: [PATCH] 许可按钮放出,备案审批按钮放出

---
 src/components/map/main.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index fd4c1f0..420ec71 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -94,7 +94,7 @@
     },
     mounted () {
         //建立地图
-        this.createmap(1); //1为本地
+        this.createmap(2); //1为本地
 
         this.parentParameter();
 

--
Gitblit v1.9.3