module.exports = [ { title: '用户审核', path: '', icon: 'idok', module: '@user', children: [ { title: '待审核', path: '/xms/register/pending', icon: 'prompt', }, { title: '已审核', path: '/xms/register/done', icon: 'success', }, { title: '已驳回', path: '/xms/register/rejected', icon: 'error', }, ], }, ];