From f5f994e7bb05f279afff6295a00f4e26ace4019e Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 17 Mar 2023 09:07:07 +0800
Subject: [PATCH] 1
---
src/store/modules/popupParams.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 447d855..5e34799 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -33,7 +33,7 @@
SET_ACTIVITYPOLICEPOPUP (state, activityPolicePopup) {
state.activityPolicePopup = activityPolicePopup
- // console.log('isshowPopup', activityPolicePopup)
+ console.log('isshowPopup', activityPolicePopup)
},
SET_ACTIVITYPOLICEPOPUPDATA (state, activityPolicePopupData) {
--
Gitblit v1.9.3