This commit is contained in:
张成
2025-10-08 18:53:38 +08:00
parent 43eb9715fa
commit 845658f193
39 changed files with 4820 additions and 93 deletions

View File

@@ -40,7 +40,7 @@ export default {
}
},
methods: {
...mapActions(['handleLogOut']),
...mapActions('user', ['handleLogOut']),
logout() {
this.handleLogOut(this)
},

View File

@@ -72,11 +72,10 @@ export default {
},
computed: {
...mapGetters({
sysFormModel: 'sysFormModel',
menuList: 'menuList',
tagRouter: 'tagRouter',
userName: 'userName',
userAvator: 'avatorImgPath'
sysFormModel: 'app/sysFormModel',
menuList: 'user/menuList',
userName: 'user/userName',
userAvator: 'user/avatorImgPath'
}),
cacheList() {
return ['ParentView']