From 2ba503d88f52202c53f11b459da9225b494b49b8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 30 Nov 2021 16:59:01 +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