diff --git a/src/store/modules/layout.ts b/src/store/modules/layout.ts index c297498b..f1fa61b6 100644 --- a/src/store/modules/layout.ts +++ b/src/store/modules/layout.ts @@ -42,7 +42,7 @@ const proConfigLocal: LayoutStore['proConfig'] = localGetJSON( ) || { layout: 'mix', theme: 'light', - menuTheme: 'light', + menuTheme: 'dark', fixSiderbar: true, fixedHeader: true, splitMenus: true,