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