1234567891011121314151617181920 |
- module.exports = [
- {
- title: '授权管理',
- path: '/xms',
- icon: 'auth',
- module: '@authorize',
- children: [
- {
- title: '机构授权',
- path: '/xms/authorize/org',
- icon: 'dept',
- },
- {
- title: '群组授权',
- path: '/xms/authorize/group',
- icon: 'users',
- },
- ],
- },
- ];
|