From 9e43f80d96bda7f1108dcfcfd7340e567f2e48d0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 23 Dec 2021 13:57:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/store/getters.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index 4e96c2d..932cd75 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -25,9 +25,13 @@
     startingPoint: state => state.popupParams.startingPoint,
     stateName: state => state.popupParams.stateName,
     siteName: state => state.popupParams.siteName,
+    telephone: state => state.popupParams.telephone,
     introduceText: state => state.popupParams.introduceText,
     panoramaUrl: state => state.popupParams.panoramaUrl,
     detailsPopup: state => state.popupParams.detailsPopup,
-    panoramaPopup: state => state.popupParams.panoramaPopup
+    panoramaPopup: state => state.popupParams.panoramaPopup,
+    popupImgAtlas: state => state.popupParams.popupImgAtlas,
+    teachList: state => state.popupParams.teachList,
+    liveList: state => state.popupParams.liveList
 }
 export default getters

--
Gitblit v1.9.3