feat: 新增外观设置功能
parent
d493667f09
commit
6e251e6a10
|
|
@ -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