From 771c00e74b4ca8c62170e848fc315b9e2760c5ae Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 15 Nov 2021 10:45:47 +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 faf0396..7772628 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -93,7 +93,7 @@
},
mounted() {
//建立地图
- this.createmap(1); //1为本地
+ this.createmap(2); //1为本地
// this.createmap(); //空或其他是外网
this.parentParameter();
--
Gitblit v1.9.3