From 9c5734f4870ba0486957e8a5e536ec9f332e83eb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Feb 2022 13:48:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/store/modules/mobile.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/mobile.js b/src/store/modules/mobile.js
index 6a2d88c..831c8f3 100644
--- a/src/store/modules/mobile.js
+++ b/src/store/modules/mobile.js
@@ -438,6 +438,21 @@
         0,
         state.dimensionData.pitch
       );
+      if (!state.MobileWindowsHide) {
+        //关闭弹窗
+        commit("MSET_MOBILEWINDOWSHIDE", true);
+      }
+      if (
+        state.select.overlay != undefined &&
+        data.query.fromTo != "mapClick"
+      ) {
+        //关闭绿色边框
+        state.select.overlay.setStyle({
+          material: state.select.color,
+          outline: false,
+        });
+        commit("mset_changeSelect", [undefined, undefined]);
+      }
       // console.log(state.dimension);
       if (state.dimension != "2.5D") {
         // if (true) {

--
Gitblit v1.9.3