mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:35:58 +08:00
feat: add mainout page demo
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
],
|
||||
|
@@ -62,6 +62,7 @@ const menu: MenuModule = {
|
||||
path: 'error-log',
|
||||
name: t('routes.demo.feat.errorLog'),
|
||||
},
|
||||
|
||||
{
|
||||
name: t('routes.demo.excel.excel'),
|
||||
path: 'excel',
|
||||
|
Reference in New Issue
Block a user