现在在vuex里存入一个tokenthis.$store.dispatch('getTokenInfo', token)在vue文件里可以通过`computed: mapState({
this.$store.dispatch('getTokenInfo', token)
token: state => state.token.tokenInfo.token
}),`来获取,但是在xxx.js文件里该怎么取?
FFIVE
相关分类