mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:35:58 +08:00
feat: add dept management page
This commit is contained in:
@@ -11,6 +11,16 @@ const menu: MenuModule = {
|
||||
path: 'account',
|
||||
name: t('routes.demo.system.account'),
|
||||
},
|
||||
|
||||
{
|
||||
path: 'dept',
|
||||
name: t('routes.demo.system.dept'),
|
||||
},
|
||||
|
||||
{
|
||||
path: 'changePassword',
|
||||
name: t('routes.demo.system.password'),
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user