feat(sj_1.0.0): 隐藏文档菜单和侧边栏深色设置
This commit is contained in:
parent
b45de7deaa
commit
b1f4c67eb7
@ -61,6 +61,7 @@ const customRoutes: CustomRoute[] = [
|
|||||||
title: 'document',
|
title: 'document',
|
||||||
i18nKey: 'route.document',
|
i18nKey: 'route.document',
|
||||||
order: 2,
|
order: 2,
|
||||||
|
hideInMenu: true,
|
||||||
icon: 'mdi:file-document-multiple-outline'
|
icon: 'mdi:file-document-multiple-outline'
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
@ -34,7 +34,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
|||||||
},
|
},
|
||||||
fixedHeaderAndTab: true,
|
fixedHeaderAndTab: true,
|
||||||
sider: {
|
sider: {
|
||||||
inverted: false,
|
inverted: true,
|
||||||
width: 220,
|
width: 220,
|
||||||
collapsedWidth: 64,
|
collapsedWidth: 64,
|
||||||
mixWidth: 90,
|
mixWidth: 90,
|
||||||
|
Loading…
Reference in New Issue
Block a user