290144e9
易尊强
第一次
|
1
2
3
4
5
6
7
8
|
const getters = {
token: state => state.user.token,
userInfo: state => state.user.userInfo,
dictionaryList: state => state.base.dictionaryList,
badgeNum: state => state.chat.badgeNum,
msgInfo: state => state.chat.msgInfo,
}
export default getters
|