From 57596bbb422c7e4c328dfb948ae968ed98afbd08 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sun, 04 Jul 2021 08:38:15 +0800
Subject: [PATCH] 取消提示
---
xcxMapJQLG/js/vueMain.js | 4 ++--
store/actions.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/store/actions.js b/store/actions.js
index a02a99b..c144777 100644
--- a/store/actions.js
+++ b/store/actions.js
@@ -53,7 +53,7 @@
return;
}
store.commit('getUserData',res.data)
- console.log(res.data,123542);
+ // console.log(res.data,123542);
data.isit = true;
data.userName = res.data.nick_name; //警袁姓名
data.userID = res.data.user_id; //警袁id
diff --git a/xcxMapJQLG/js/vueMain.js b/xcxMapJQLG/js/vueMain.js
index 7f36233..df4a060 100644
--- a/xcxMapJQLG/js/vueMain.js
+++ b/xcxMapJQLG/js/vueMain.js
@@ -53,7 +53,7 @@
this.getdata = this.getQueryVariable('data') || data;
// this.getdata = data;
this.changeDom(this.getdata[0]);
- console.log(this.getdata[0]);
+ // console.log(this.getdata[0]);
this.map = this.beginMap(this.map, this.getdata); //创建并接受map
// this.move = new myDomMove('#seedata', '.title', '#map');
this.map.invalidateSize(true); //应用地图高度
@@ -353,7 +353,7 @@
},
}).then((res) => {
if (res.data.result.coords == undefined) {
- console.log('目标太远 或不存在路径')
+ // console.log('目标太远 或不存在路径')
} else {
var resdata = res.data.result.coords;
--
Gitblit v1.9.3