shuishen
2023-03-17 dcea093a466fb6d8ded62de1c0953762b1acbd5f
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: {
    }