fix(mock): make sure the background mode login is normal, fix #452

This commit is contained in:
Vben
2021-04-07 23:52:50 +08:00
parent edc7525103
commit 1e669870cc
3 changed files with 12 additions and 11 deletions

View File

@@ -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'),
},
},
],
};