update router, clean up breadcrumbnavigation
This commit is contained in:
parent
1c82673306
commit
80e89ab5c5
|
@ -263,11 +263,9 @@ export default [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/system/settings/global',
|
path: '/system/settings/global',
|
||||||
name: 'global',
|
|
||||||
component: './System/Settings/Global',
|
component: './System/Settings/Global',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/settings/gateway',
|
path: '/system/settings/gateway',
|
||||||
name: 'gateway',
|
|
||||||
component: './System/Settings/Gateway',
|
component: './System/Settings/Gateway',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -284,23 +282,18 @@ export default [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/system/security/general',
|
path: '/system/security/general',
|
||||||
name: 'general',
|
|
||||||
component: './System/Security/General',
|
component: './System/Security/General',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/security/sso',
|
path: '/system/security/sso',
|
||||||
name: 'sso',
|
|
||||||
component: './System/Security/SSO',
|
component: './System/Security/SSO',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/security/roles',
|
path: '/system/security/roles',
|
||||||
name: 'roles',
|
|
||||||
component: './System/Security/Roles',
|
component: './System/Security/Roles',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/security/users',
|
path: '/system/security/users',
|
||||||
name: 'users',
|
|
||||||
component: './System/Security/Users',
|
component: './System/Security/Users',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/security/certs',
|
path: '/system/security/certs',
|
||||||
name: 'certs',
|
|
||||||
component: './System/Security/Certs',
|
component: './System/Security/Certs',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -316,19 +309,15 @@ export default [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/system/logs/overview',
|
path: '/system/logs/overview',
|
||||||
name: 'overview',
|
|
||||||
component: './System/Logs/Overview',
|
component: './System/Logs/Overview',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/logs/audit',
|
path: '/system/logs/audit',
|
||||||
name: 'audit',
|
|
||||||
component: './System/Logs/Audit',
|
component: './System/Logs/Audit',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/logs/query',
|
path: '/system/logs/query',
|
||||||
name: 'query',
|
|
||||||
component: './System/Logs/Audit',
|
component: './System/Logs/Audit',
|
||||||
}, {
|
}, {
|
||||||
path: '/system/logs/slow',
|
path: '/system/logs/slow',
|
||||||
name: 'slow',
|
|
||||||
component: './System/Logs/Audit',
|
component: './System/Logs/Audit',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue