From 6bbf6a057735cac9db02471423aa1d2831711aca Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 22 Aug 2024 15:01:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/stores/modules/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/stores/modules/user.ts b/ui/src/stores/modules/user.ts index c884f506a..0fe71ddf4 100644 --- a/ui/src/stores/modules/user.ts +++ b/ui/src/stores/modules/user.ts @@ -102,7 +102,7 @@ const useUserStore = defineStore({ async theme(loading?: Ref) { return await ThemeApi.getThemeInfo(loading).then((ok) => { this.setTheme(ok.data) - window.document.title = this.themeInfo['title'] || 'MaxKB' + // window.document.title = this.themeInfo['title'] || 'MaxKB' // const link = document.querySelector('link[rel="icon"]') as any // if (link) { // link['href'] = this.themeInfo['icon'] || '/favicon.ico'