feat(workbench): add workbench page

This commit is contained in:
vben
2020-10-11 16:04:54 +08:00
parent 21d0ed92df
commit 1cd75fcf5b
10 changed files with 609 additions and 3 deletions

View File

@@ -5,9 +5,13 @@ const menu: MenuModule = {
name: 'Dashboard',
path: '/dashboard',
children: [
{
path: '/workbench',
name: '工作台',
},
{
path: '/welcome',
name: '欢迎页',
name: '页',
},
],
},