From dcea093a466fb6d8ded62de1c0953762b1acbd5f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Mar 2023 16:06:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/store/modules/popupParams.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 5e34799..66c974d 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -23,6 +23,7 @@
videoListPopup: false,
videoListPopupData: {}
},
+
mutations: {
SET_DETAILSPOPUP (state, detailsPopup) {
state.detailsPopup = detailsPopup
@@ -33,7 +34,6 @@
SET_ACTIVITYPOLICEPOPUP (state, activityPolicePopup) {
state.activityPolicePopup = activityPolicePopup
- console.log('isshowPopup', activityPolicePopup)
},
SET_ACTIVITYPOLICEPOPUPDATA (state, activityPolicePopupData) {
@@ -49,6 +49,7 @@
},
},
+
actions: {
}
--
Gitblit v1.9.3