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'