Commit a880c4ff by caoyanzhi

Merge branch 'feature/4月-菜单和权限' into dev

parents 0a184c94 923b760b
......@@ -27,14 +27,14 @@ export default {
return {
userInfo: {
headImg: '',
staffName: ''
clerkName: ''
}
};
},
created() {
const userInfo = JSON.parse(sessionStorage.getItem('userInfos') || '{}');
this.userInfo.headImg = userInfo.headImg;
this.userInfo.staffName = userInfo.staffName;
this.userInfo.clerkName = userInfo.clerkName;
},
methods: {
handleCommand(command) {
......
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