feat: 新增外观设置功能

This commit is contained in:
wangdan-fit2cloud 2024-07-16 18:32:07 +08:00
parent 702791603d
commit 62bc32aa9c

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()
})
},