From 669ceaf9e4ca2dec505a208b0efb960b8f3dc83f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 09 Apr 2023 03:44:51 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/store/modules/popupParams.js | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index fe981e5..ef388f3 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -30,7 +30,9 @@
videoRowClickPopupData: {},
houseDeepDataPopup: false,
- houseDeepDataPopupData: {}
+ houseDeepDataPopupData: {},
+
+ isShowHomeContent: true,
},
mutations: {
@@ -81,7 +83,11 @@
SET_VIDEOROWCLICKPOPUPDATA (state, videoRowClickPopupData) {
state.videoRowClickPopupData = videoRowClickPopupData
- }
+ },
+
+ SET_ISSHOWHOMECONTENT (state, isShowHomeContent) {
+ state.isShowHomeContent = isShowHomeContent
+ },
},
actions: {
--
Gitblit v1.9.3