mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
feat(workbench): add workbench page
This commit is contained in:
@@ -5,9 +5,13 @@ const menu: MenuModule = {
|
||||
name: 'Dashboard',
|
||||
path: '/dashboard',
|
||||
children: [
|
||||
{
|
||||
path: '/workbench',
|
||||
name: '工作台',
|
||||
},
|
||||
{
|
||||
path: '/welcome',
|
||||
name: '欢迎页',
|
||||
name: '首页',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user