From 463aacb7a97e2433286787b06513fb81722cf161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=91=E5=9D=A4?= Date: Sun, 11 May 2025 11:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4logo?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index cfe330e05..00841396f 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -88,7 +88,7 @@ export const useAppStore = defineStore('app', { // 左侧菜单选中字体颜色 leftMenuTextActiveColor: '#F9AA25', // logo字体颜色 - logoTitleTextColor: '#fff', + logoTitleTextColor: '#F9AA25', // logo边框颜色 logoBorderColor: 'inherit', // 头部背景颜色