mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-14 21:26:36 +08:00
修复了前端用户信息更新存储的bug
This commit is contained in:
@@ -335,7 +335,7 @@ export default {
|
||||
this.editInfo = Object.assign({}, this.userInfo);
|
||||
this.roleInfo = resp.data.roles;
|
||||
this.menuInfo = resp.data.menus;
|
||||
this.$store.commit("SET_USER", this.userInfo);
|
||||
this.$store.commit("SET_NEW_USER", this.userInfo);
|
||||
});
|
||||
},
|
||||
choiceImg() {
|
||||
|
||||
Reference in New Issue
Block a user