feat: add mainout page demo

This commit is contained in:
vben
2020-12-23 22:55:14 +08:00
parent 2ee01fa6ea
commit 930383f9ae
8 changed files with 45 additions and 5 deletions

View File

@@ -8,11 +8,11 @@ const menu: MenuModule = {
path: '/dashboard',
children: [
{
path: '/workbench',
path: 'workbench',
name: t('routes.dashboard.workbench'),
},
{
path: '/analysis',
path: 'analysis',
name: t('routes.dashboard.analysis'),
},
],

View File

@@ -62,6 +62,7 @@ const menu: MenuModule = {
path: 'error-log',
name: t('routes.demo.feat.errorLog'),
},
{
name: t('routes.demo.excel.excel'),
path: 'excel',