shuishen
2022-02-11 ff7803c7293caa7f8aee531f83542c9e4f74a7ac
src/store/modules/popupParams.js
@@ -17,7 +17,9 @@
        // 图集
        popupImgAtlas: [],
        teachList: [],
        liveList: []
        liveList: [],
        addTagPopup: false,
        addTagPosition: null
    },
    mutations: {
        SET_POPUPBGURL (state, popupBgUrl) {
@@ -72,6 +74,14 @@
            state.liveList = liveList
        },
        SET_ADDTAGPOPUP (state, addTagPopup) {
            state.addTagPopup = addTagPopup
        },
        SET_ADDTAGPOSITION (state, addTagPosition) {
            state.addTagPosition = addTagPosition
        },
        CLEAR_ALL (state, param) {
            state.siteName = param
            state.introduceText = param