From 62bc32aa9cab12432a1a4d03e70d4fc6888e35bc Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 16 Jul 2024 18:32:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=A4=96=E8=A7=82?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/stores/modules/user.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/stores/modules/user.ts b/ui/src/stores/modules/user.ts index ca5f05275..cbe6e208a 100644 --- a/ui/src/stores/modules/user.ts +++ b/ui/src/stores/modules/user.ts @@ -105,6 +105,7 @@ const useUserStore = defineStore({ async profile() { return UserApi.profile().then((ok) => { this.userInfo = ok.data + this.theme() return this.asyncGetProfile() }) },