cred.js 1021 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. module.exports = [
  2. {
  3. title: '凭证管理',
  4. path: '/xms/cred',
  5. icon: 'cert',
  6. module: '@cred',
  7. children: [
  8. {
  9. title: '指纹信息',
  10. path: '/xms/cred/fingerprint',
  11. icon: 'tags',
  12. },
  13. {
  14. title: '指静脉信息',
  15. path: '/xms/cred/fingervein',
  16. icon: 'tags',
  17. },
  18. {
  19. title: '证书管理',
  20. path: '/xms/cred/ukey',
  21. icon: 'tags',
  22. },
  23. {
  24. title: '动态令牌',
  25. path: '/xms/cred/token',
  26. icon: 'tags',
  27. },
  28. // {
  29. // title: '人脸',
  30. // path: '/xms/cred/face',
  31. // icon: 'tags',
  32. // },
  33. // {
  34. // title: '虹膜',
  35. // path: '/xms/cred/iris',
  36. // icon: 'tags',
  37. // },
  38. // {
  39. // title: 'TF卡',
  40. // path: '/xms/cred/tf',
  41. // icon: 'tags',
  42. // },
  43. // {
  44. // title: '用户身份卡',
  45. // path: '/xms/cred/identity',
  46. // icon: 'tag',
  47. // },
  48. ],
  49. },
  50. ];