diff --git a/src/layouts/components/SubSidebar/index.vue b/src/layouts/components/SubSidebar/index.vue index 3cfac9a..10913f8 100644 --- a/src/layouts/components/SubSidebar/index.vue +++ b/src/layouts/components/SubSidebar/index.vue @@ -98,7 +98,7 @@ border-right: 0; padding: 0 5px; padding-top: var(--g-sidebar-logo-height); - padding-top: 16px !important; + padding-top: 6px !important; transition: border-color 0.3s, background-color 0.3s, color 0.3s, padding-top 0.3s; background-color: #0000; diff --git a/src/layouts/components/SubSidebar/index.vue b/src/layouts/components/SubSidebar/index.vue index 3cfac9a..10913f8 100644 --- a/src/layouts/components/SubSidebar/index.vue +++ b/src/layouts/components/SubSidebar/index.vue @@ -98,7 +98,7 @@ border-right: 0; padding: 0 5px; padding-top: var(--g-sidebar-logo-height); - padding-top: 16px !important; + padding-top: 6px !important; transition: border-color 0.3s, background-color 0.3s, color 0.3s, padding-top 0.3s; background-color: #0000; diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index 5a45736..493361d 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -173,6 +173,7 @@ auth: '/sys/process', sidebar: false, breadcrumb: true, + activeMenu: '/process', }, }, ], @@ -331,7 +332,7 @@ ], }, { - path: '/notice', + path: '', component: Layout, redirect: '/notice/list', name: 'noticeManger', @@ -350,6 +351,7 @@ auth: '/sys/notice/list', sidebar: false, breadcrumb: true, + activeMenu: '/notice', }, }, ], diff --git a/src/layouts/components/SubSidebar/index.vue b/src/layouts/components/SubSidebar/index.vue index 3cfac9a..10913f8 100644 --- a/src/layouts/components/SubSidebar/index.vue +++ b/src/layouts/components/SubSidebar/index.vue @@ -98,7 +98,7 @@ border-right: 0; padding: 0 5px; padding-top: var(--g-sidebar-logo-height); - padding-top: 16px !important; + padding-top: 6px !important; transition: border-color 0.3s, background-color 0.3s, color 0.3s, padding-top 0.3s; background-color: #0000; diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index 5a45736..493361d 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -173,6 +173,7 @@ auth: '/sys/process', sidebar: false, breadcrumb: true, + activeMenu: '/process', }, }, ], @@ -331,7 +332,7 @@ ], }, { - path: '/notice', + path: '', component: Layout, redirect: '/notice/list', name: 'noticeManger', @@ -350,6 +351,7 @@ auth: '/sys/notice/list', sidebar: false, breadcrumb: true, + activeMenu: '/notice', }, }, ], diff --git a/src/settings.ts b/src/settings.ts index 6f8b597..67083b2 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -24,13 +24,13 @@ enableFullscreen: true, enablePageReload: true, enableColorScheme: false, - enableAppSetting: true, + enableAppSetting: false, }, navSearch: { enable: false, }, copyright: { - enable: true, + enable: false, dates: '2020-2022', company: '北无', website: '',