From 71891f73bdab2d994fe6d8f4ed4078e9972a28d9 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 27 Oct 2021 17:09:41 +0800
Subject: [PATCH] 导出数据
---
src/components/map/main.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index e493011..faf0396 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -93,8 +93,8 @@
},
mounted() {
//建立地图
- // this.createmap(1); //1为本地
- this.createmap(); //空或其他是外网
+ this.createmap(1); //1为本地
+ // this.createmap(); //空或其他是外网
this.parentParameter();
--
Gitblit v1.9.3