import store from '../store'


token: store.state.staff.staffInfo.token

//清空vuex信息
store.dispatch('user/user_logout')

可借鉴: 

引入state:
store.state.(modules).(name):store.state.editor.currentPageId
引入gettres:
store.getters['(modules)/(name)']:store.getters[‘editor/currentActiveElementData’]
引入mutations:
store.commit('(modules)/(method)', payload):store.commit(‘editor/setCurrentActiveElementIdList’, {list: idList})
引入actions:
store.dispatch('(modules)/(method)', payload)

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐