From 9cf276a7f9006629e2bf1aab99b3a4691ffdcbe5 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 11 Oct 2023 17:24:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=BB=98=E8=AE=A4=E5=B8=83=E5=B1=80mi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/layout.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/modules/layout.ts b/src/store/modules/layout.ts index 0fb8fa0f..a9112929 100644 --- a/src/store/modules/layout.ts +++ b/src/store/modules/layout.ts @@ -40,9 +40,9 @@ const proRender = (render: any) => (render === false ? false : undefined); const proConfigLocal: LayoutStore['proConfig'] = localGetJSON( CACHE_LOCAL_PROCONFIG ) || { - layout: 'side', - headerTheme: 'light', - navTheme: 'light', + layout: 'mix', + headerTheme: 'dark', + navTheme: 'dark', fixSiderbar: true, fixedHeader: true, splitMenus: true,