feat: 新增外观设置功能

This commit is contained in:
wangdan-fit2cloud 2024-07-16 18:32:07 +08:00
parent d493667f09
commit 6e251e6a10

View File

@ -105,6 +105,7 @@ const useUserStore = defineStore({
async profile() {
return UserApi.profile().then((ok) => {
this.userInfo = ok.data
this.theme()
return this.asyncGetProfile()
})
},