mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 新增外观设置功能
This commit is contained in:
parent
702791603d
commit
62bc32aa9c
|
|
@ -105,6 +105,7 @@ const useUserStore = defineStore({
|
|||
async profile() {
|
||||
return UserApi.profile().then((ok) => {
|
||||
this.userInfo = ok.data
|
||||
this.theme()
|
||||
return this.asyncGetProfile()
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue