module.exports = [ { title: '凭证管理', path: '/xms/cred', icon: 'cert', module: '@cred', children: [ { title: '指纹信息', path: '/xms/cred/fingerprint', icon: 'tags', }, { title: '指静脉信息', path: '/xms/cred/fingervein', icon: 'tags', }, { title: '证书管理', path: '/xms/cred/ukey', icon: 'tags', }, { title: '动态令牌', path: '/xms/cred/token', icon: 'tags', }, // { // title: '人脸', // path: '/xms/cred/face', // icon: 'tags', // }, // { // title: '虹膜', // path: '/xms/cred/iris', // icon: 'tags', // }, // { // title: 'TF卡', // path: '/xms/cred/tf', // icon: 'tags', // }, // { // title: '用户身份卡', // path: '/xms/cred/identity', // icon: 'tag', // }, ], }, ];