Commit 05b4b6ea by yanju

Merge branch 'fix-user' into 'master'

修复头像

See merge request pigbigbig/beyond-clouds-front!69
parents 77206856 e577dc8a
...@@ -12,7 +12,7 @@ export const mutations = { ...@@ -12,7 +12,7 @@ export const mutations = {
Object.assign(state, { Object.assign(state, {
userId: user.userId, userId: user.userId,
nickName: user.nickName, nickName: user.nickName,
avatar: user.avatar avatar: user.userAvatar
}) })
}, },
removeUser (state) { removeUser (state) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment