From 7804a3a4d61ff1d857973e974bbdf78a2e17feab Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Dec 2021 15:08:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/store/getters.js |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index ef4d138..bae0997 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -1,6 +1,20 @@
-const getters = {
-    viewer: state => state.viewer.viewer,
+// 手机端
+const mobile = {
     mviewer: state => state.mobile.mviewer,
+    mBigPopup: state => state.mobile.mBigPopup,
+    mBigPopupAfter: state => state.mobile.mBigPopupAfter,
+    iconHide: state => state.mobile.iconHide,
+    DC: state => state.mobile.DC,
+    MobileWindowsHide: state => state.mobile.MobileWindowsHide,
+    MobileWindowChangeData: state => state.mobile.MobileWindowChangeData,
+    popupsDom: state => state.mobile.popupsDom,
+    query: state => state.mobile.query,
+    openmobileGoTo: state => state.mobile.openmobileGoTo,
+    openmobilePanorama: state => state.mobile.openmobilePanorama
+}
+const getters = {
+    ...mobile,
+    viewer: state => state.viewer.viewer,
     popupBgUrl: state => state.popupParams.popupBgUrl,
     pupupQRUrl: state => state.popupParams.pupupQRUrl,
     pointPosition: state => state.popupParams.pointPosition,

--
Gitblit v1.9.3