Commit 91b0dda3 authored by 周远喜's avatar 周远喜

用户登陆处理

parent b90ea7f3
......@@ -10,7 +10,7 @@ export const mutations={
},
setUserAvatar(state,user){
let info=state.info;
info.name=user.name;
info.name=user.userName;
info.avatar=user.avatarUrl;
state.info=info;
}
......
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