From b520e8aaaff455b96c63e7f903dc17b9cbaacf92 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 02 Mar 2023 16:21:06 +0800
Subject: [PATCH] 警员警车鼠标移入提示框

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

diff --git a/src/store/getters.js b/src/store/getters.js
index 78893b3..695e25a 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -2,5 +2,6 @@
     detailsPopup: (state) => state.popupParams.detailsPopup,
     dataPopup: (state) => state.popupParams.dataPopup,
     activityPolicePopup: (state) => state.popupParams.activityPolicePopup,
+    activityPolicePopupData: (state) => state.popupParams.activityPolicePopupData,
 }
 export default getters

--
Gitblit v1.9.3