Commit a9412818 authored by caixingbing's avatar caixingbing

*

parent 188b4609
...@@ -62,7 +62,7 @@ const user = { ...@@ -62,7 +62,7 @@ const user = {
} else { } else {
commit('SET_ROLES', ['ROLE_DEFAULT']) commit('SET_ROLES', ['ROLE_DEFAULT'])
} }
commit('SET_NAME', user.userName) commit('SET_NAME', user.nickName)
commit('SET_AVATAR', avatar) commit('SET_AVATAR', avatar)
commit('SET_USERID', user.userId) commit('SET_USERID', user.userId)
resolve(res) resolve(res)
......
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
grid:{ grid:{
left:'1', left:'1',
top:'8%', top:'8%',
right:'2%', right:'5%',
bottom:'8%', bottom:'8%',
containLabel: true containLabel: true
}, },
......
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