style: 默认布局mix
This commit is contained in:
@@ -40,9 +40,9 @@ const proRender = (render: any) => (render === false ? false : undefined);
|
|||||||
const proConfigLocal: LayoutStore['proConfig'] = localGetJSON(
|
const proConfigLocal: LayoutStore['proConfig'] = localGetJSON(
|
||||||
CACHE_LOCAL_PROCONFIG
|
CACHE_LOCAL_PROCONFIG
|
||||||
) || {
|
) || {
|
||||||
layout: 'side',
|
layout: 'mix',
|
||||||
headerTheme: 'light',
|
headerTheme: 'dark',
|
||||||
navTheme: 'light',
|
navTheme: 'dark',
|
||||||
fixSiderbar: true,
|
fixSiderbar: true,
|
||||||
fixedHeader: true,
|
fixedHeader: true,
|
||||||
splitMenus: true,
|
splitMenus: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user