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