From b5f8881176bcb44928758e25d7d7a6fc140840c5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Dec 2021 15:06:23 +0800
Subject: [PATCH] 弹框完善

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

diff --git a/src/store/getters.js b/src/store/getters.js
index 4eb45f2..ef4d138 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -6,6 +6,11 @@
     pointPosition: state => state.popupParams.pointPosition,
     terminus: state => state.popupParams.terminus,
     startingPoint: state => state.popupParams.startingPoint,
-    stateName: state => state.popupParams.stateName
+    stateName: state => state.popupParams.stateName,
+    siteName: state => state.popupParams.siteName,
+    introduceText: state => state.popupParams.introduceText,
+    panoramaUrl: state => state.popupParams.panoramaUrl,
+    detailsPopup: state => state.popupParams.detailsPopup,
+    panoramaPopup: state => state.popupParams.panoramaPopup
 }
 export default getters

--
Gitblit v1.9.3