shuishen
2023-05-02 ef5753abe5fb784ca2afa624d9230d16f04af55b
src/store/getters.js
@@ -11,6 +11,10 @@
const getters = {
    detailsPopup: (state) => state.popupParams.detailsPopup,
    dataPopup: (state) => state.popupParams.dataPopup,
    architecturePopup: (state) => state.popupParams.architecturePopup,
    architectureDataPopup: (state) => state.popupParams.architectureDataPopup,
    activityPolicePopup: (state) => state.popupParams.activityPolicePopup,
    activityPolicePopupData: (state) => state.popupParams.activityPolicePopupData,
    videoListPopup: (state) => state.popupParams.videoListPopup,