|
|
|
@ -13,14 +13,6 @@ const dashboard: AppRouteModule = { |
|
|
|
title: t('routes.dashboard.dashboard'), |
|
|
|
}, |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'workbench', |
|
|
|
name: 'Workbench', |
|
|
|
component: () => import('/@/views/dashboard/workbench/index.vue'), |
|
|
|
meta: { |
|
|
|
title: t('routes.dashboard.workbench'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'analysis', |
|
|
|
name: 'Analysis', |
|
|
|
@ -30,6 +22,14 @@ const dashboard: AppRouteModule = { |
|
|
|
title: t('routes.dashboard.analysis'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'workbench', |
|
|
|
name: 'Workbench', |
|
|
|
component: () => import('/@/views/dashboard/workbench/index.vue'), |
|
|
|
meta: { |
|
|
|
title: t('routes.dashboard.workbench'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
}; |
|
|
|
|
|
|
|
|