fix: 更换默认背景图布局调整

This commit is contained in:
TsMask
2024-01-17 10:14:46 +08:00
parent 7b05d5e6ef
commit cc22694aa3
3 changed files with 72 additions and 26 deletions

View File

@@ -41,8 +41,8 @@ const proConfigLocal: LayoutStore['proConfig'] = localGetJSON(
CACHE_LOCAL_PROCONFIG
) || {
layout: 'mix',
headerTheme: 'dark',
navTheme: 'dark',
headerTheme: 'light',
navTheme: 'light',
fixSiderbar: true,
fixedHeader: true,
splitMenus: true,