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