mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:35:58 +08:00
wip: system management sample page
This commit is contained in:
@@ -18,7 +18,20 @@ const menu: MenuModule = {
|
||||
type: 'warn',
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: 'role',
|
||||
name: t('routes.demo.system.role'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'menu',
|
||||
name: t('routes.demo.system.menu'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'dept',
|
||||
name: t('routes.demo.system.dept'),
|
||||
|
Reference in New Issue
Block a user