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.

118 lines
3.0 KiB

  1. export const modulesOfRouter = [
  2. {
  3. id: 'mall',
  4. path: 'https://www.qingqinkj.com/mallm/m1/#/dashboard',
  5. type: 'link'
  6. },
  7. {
  8. id: 'mall-marketing',
  9. path: 'https://www.qingqinkj.com/mk/m1/#/dashboard',
  10. type: 'link'
  11. },
  12. {
  13. id: 'mdp-arc',
  14. path: 'https://www.qingqinkj.com/arc/m1/#/dashboard',
  15. type: 'link'
  16. },
  17. {
  18. id: 'mdp-sys',
  19. path: 'https://www.qingqinkj.com/sys/m1/#/mdp/sys/dept/DeptMng',
  20. type: 'link'
  21. },
  22. {
  23. id: 'oa-asset',
  24. path: 'https://www.qingqinkj.com/oa/m1/#/oa/erp/ass/assetDetail/AssetDetailMng',
  25. type: 'link'
  26. },
  27. {
  28. id: 'oa-attendance',
  29. path: 'https://www.qingqinkj.com/oa/m1/#/oa/kq/attendance/AttendanceMonth',
  30. type: 'link'
  31. },
  32. {
  33. id: 'oa-car',
  34. path: 'https://www.qingqinkj.com/oa/m1/#/oa/car/components/watch',
  35. type: 'link'
  36. },
  37. {
  38. id: 'oa-contract',
  39. path: 'https://www.qingqinkj.com/oa/m1/#/oa/ht/contractCard/ContractCardMng',
  40. type: 'link'
  41. },
  42. {
  43. id: 'oa-customer',
  44. path: 'https://www.qingqinkj.com/oa/m1/#/oa/crm/customer/CustomerIndex',
  45. type: 'link'
  46. },
  47. {
  48. id: 'oa-file',
  49. path: 'https://www.qingqinkj.com/oa/m1/#/oa/hr/user/employeeInfo',
  50. type: 'link'
  51. },
  52. {
  53. id: 'oa-finance',
  54. path: 'https://www.qingqinkj.com/ac/m1/#/dashboard',
  55. type: 'link'
  56. },
  57. {
  58. id: 'oa-meeting',
  59. path: 'https://www.qingqinkj.com/oa/m1/#/oa/meet/meetMeeting/MeetMeetingMng',
  60. type: 'link'
  61. },
  62. {
  63. id: 'oa-office',
  64. path: 'https://www.qingqinkj.com/oa/m1/#/oa/om/omAppliance/OmApplianceMng',
  65. type: 'link'
  66. },
  67. {
  68. id: 'oa-performance',
  69. path: 'https://www.qingqinkj.com/oa/m1/#/oa/jx/AssesssSatistical',
  70. type: 'link'
  71. },
  72. {
  73. id: 'oa-schedule',
  74. path: 'https://www.qingqinkj.com/oa/m1/#/oa/rc/rcSchedule/RcScheduleMng',
  75. type: 'link'
  76. },
  77. {
  78. id: 'oa-seal',
  79. path: 'https://www.qingqinkj.com/oa/m1/#/oa/sig/sigSignet/SigSignetMng',
  80. type: 'link'
  81. },
  82. {
  83. id: 'oa-supervision',
  84. path: 'https://www.qingqinkj.com/oa/m1/#/oa/duban/dubanItem/DutyDubanItem',
  85. type: 'link'
  86. },
  87. {
  88. id: 'xm-analysis',
  89. path: 'xm/rpt/reportIndex',
  90. },
  91. {
  92. id: 'xm-development',
  93. path: ''
  94. },
  95. {
  96. id: 'xm-pipeline',
  97. path: ''
  98. },
  99. {
  100. id: 'xm-product',
  101. path: '/xm/core/xmProduct/XmProductAllMng'
  102. },
  103. {
  104. id: 'xm-project',
  105. path: '/xm/core/xmProject/XmProjectAllMng'
  106. },
  107. {
  108. id: 'xm-test',
  109. path: '/xm/core/xmQuestion/XmQuestionAdd'
  110. },
  111. {
  112. id: 'xm-workload',
  113. path: '/xm/core/xmTaskWorkload/XmTaskWorkloadInfoMy',
  114. },
  115. {
  116. id: 'xm-crowd',
  117. path: '/xm/core/crowd/XmTaskCrowdMng',
  118. }
  119. ]