mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
feat(layout): add mix sidebar mode
This commit is contained in:
@@ -62,6 +62,28 @@ const menu: MenuModule = {
|
||||
path: 'error-log',
|
||||
name: t('routes.demo.feat.errorLog'),
|
||||
},
|
||||
{
|
||||
name: t('routes.demo.excel.excel'),
|
||||
path: 'excel',
|
||||
children: [
|
||||
{
|
||||
path: 'customExport',
|
||||
name: t('routes.demo.excel.customExport'),
|
||||
},
|
||||
{
|
||||
path: 'jsonExport',
|
||||
name: t('routes.demo.excel.jsonExport'),
|
||||
},
|
||||
{
|
||||
path: 'arrayExport',
|
||||
name: t('routes.demo.excel.arrayExport'),
|
||||
},
|
||||
{
|
||||
path: 'importExcel',
|
||||
name: t('routes.demo.excel.importExcel'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'testTab',
|
||||
name: t('routes.demo.feat.tab'),
|
||||
|
Reference in New Issue
Block a user