module.exports = [ { id: 'user', title: '用户管理', path: '/xms', icon: 'account', module: '@user', children: [ { id: 'user-info', title: '用户信息', path: '/xms/user', icon: 'account', }, { title: '机构管理', path: '/xms/org', icon: 'dept', }, { title: '群组管理', path: '/xms/group', icon: 'users', }, { title: '注册审核', path: '/xms/register', icon: 'audit', }, { title: '黑名单管理', path: '/xms/blacklist', icon: 'user1', }, ], }, ];