|
@@ -57,9 +57,11 @@ export const ERROR_LOG_ROUTE: AppRouteRecordRaw = {
|
|
|
path: '/error-log',
|
|
|
name: 'ErrorLog',
|
|
|
component: LAYOUT,
|
|
|
+ redirect: '/error-log/list',
|
|
|
meta: {
|
|
|
title: 'ErrorLog',
|
|
|
hideBreadcrumb: true,
|
|
|
+ hideChildrenInMenu: true,
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
@@ -69,6 +71,7 @@ export const ERROR_LOG_ROUTE: AppRouteRecordRaw = {
|
|
|
meta: {
|
|
|
title: t('routes.basic.errorLogList'),
|
|
|
hideBreadcrumb: true,
|
|
|
+ currentActiveMenu: '/error-log',
|
|
|
},
|
|
|
},
|
|
|
],
|