You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
1.6 KiB

  1. export const modulesOfRouter = [
  2. {
  3. id: 'mall',
  4. router: ''
  5. },
  6. {
  7. id: 'mall-marketing',
  8. router: ''
  9. },
  10. {
  11. id: 'mdp-arc',
  12. router: ''
  13. },
  14. {
  15. id: 'mdp-sys',
  16. router: ''
  17. },
  18. {
  19. id: 'oa-asset',
  20. router: ''
  21. },
  22. {
  23. id: 'oa-attendance',
  24. router: ''
  25. },
  26. {
  27. id: 'oa-car',
  28. router: '',
  29. },
  30. {
  31. id: 'oa-contract',
  32. router: ''
  33. },
  34. {
  35. id: 'oa-customer',
  36. router: ''
  37. },
  38. {
  39. id: 'oa-file',
  40. router: ''
  41. },
  42. {
  43. id: 'oa-finance',
  44. router: ''
  45. },
  46. {
  47. id: 'oa-meeting',
  48. router: ''
  49. },
  50. {
  51. id: 'oa-office',
  52. router: ''
  53. },
  54. {
  55. id: 'oa-performance',
  56. router: ''
  57. },
  58. {
  59. id: 'oa-schedule',
  60. router: ''
  61. },
  62. {
  63. id: 'oa-seal',
  64. router: '',
  65. },
  66. {
  67. id: 'oa-supervision',
  68. router: ''
  69. },
  70. {
  71. id: 'xm-analysis',
  72. router: 'reportIndex',
  73. },
  74. {
  75. id: 'xm-development',
  76. router: ''
  77. },
  78. {
  79. id: 'xm-pipeline',
  80. router: ''
  81. },
  82. {
  83. id: 'xm-product',
  84. router: 'XmProductAllMng'
  85. },
  86. {
  87. id: 'xm-project',
  88. router: 'xmProjectAllMng'
  89. },
  90. {
  91. id: 'xm-test',
  92. router: 'XmQuestionAdd'
  93. },
  94. {
  95. id: 'xm-workload',
  96. router: 'XmTaskWorkloadInfoMy',
  97. },
  98. {
  99. id: 'xm-crowd',
  100. router: '',
  101. }
  102. ]