From ff7b7d4b3e46f943b46efda7aba309b7a818929a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 11:58:45 +0800
Subject: [PATCH] 部分公用代码提取,导航路线的逻辑优化
---
src/store/modules/mobile.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index b8a2e34..831c8f3 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -442,7 +442,6 @@
//关闭弹窗
commit("MSET_MOBILEWINDOWSHIDE", true);
}
- console.log(data);
if (
state.select.overlay != undefined &&
data.query.fromTo != "mapClick"
--
Gitblit v1.9.3