mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复刷新菜单404 (#783)
This commit is contained in:
parent
06ecba867c
commit
ce1434edf1
|
|
@ -81,7 +81,7 @@ const useUserStore = defineStore({
|
|||
async profile() {
|
||||
return UserApi.profile().then((ok) => {
|
||||
this.userInfo = ok.data
|
||||
this.asyncGetProfile()
|
||||
return this.asyncGetProfile()
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue