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.

routes.ts 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. import access from "@/access";
  2. export default [
  3. {
  4. path: '/register',
  5. component: './Register',
  6. layout: false
  7. },
  8. // 求职首页
  9. {
  10. flatMenu: false,
  11. name: '求职·招聘',
  12. path: '/',
  13. access: 'talent',
  14. routes: [
  15. {
  16. path: '/',
  17. redirect: '/talent/home',
  18. },
  19. {
  20. name: '求职·招聘',
  21. path: '/talent/home',
  22. component: './Talent/Home',
  23. access: 'talenthome'
  24. },
  25. {
  26. name: '搜索·职位·企业',
  27. path: '/talent/search',
  28. component: './Talent/Search',
  29. access: 'talentsearch'
  30. },
  31. {
  32. name: '招聘会',
  33. path: '/talent/fair',
  34. component: './Talent/Fair',
  35. access: 'talentfair'
  36. },
  37. {
  38. name: '资讯·下载',
  39. path: '/talent/information',
  40. component: './Talent/Information',
  41. access: 'talentinformation'
  42. },
  43. // {
  44. // name: '下载专区',
  45. // path: '/talent/download',
  46. // component: './Talent/Download',
  47. // access: 'talentdownload'
  48. // },
  49. {
  50. name: '关于我们',
  51. path: '/talent/about',
  52. component: './Talent/About',
  53. access: 'talentabout'
  54. },
  55. {
  56. path: '/talent/job/detail',
  57. component: './Talent/Detail/Job',
  58. access: 'talentjobdetail'
  59. },
  60. {
  61. path: '/talent/company/detail',
  62. component: './Talent/Detail/Company',
  63. access: 'talentCompanydetail'
  64. },
  65. {
  66. path: '/talent/resume/detail',
  67. component: './Talent/Detail/Resume',
  68. access: 'talentResumedetail'
  69. },
  70. {
  71. path: '/talent/fair/detail',
  72. component: './Talent/Fair/Detail',
  73. access: 'talentfairdetail'
  74. },
  75. {
  76. path: '/talent/information/detail',
  77. component: './Talent/Information/Detail',
  78. access: 'talentinformationdetail'
  79. },
  80. ]
  81. },
  82. // 科创园
  83. {
  84. flatMenu: false,
  85. name: '科创园',
  86. path: '/sciencetechnologypark',
  87. access: 'sciencetechnologypark',
  88. routes: [
  89. {
  90. name: '首页',
  91. path: '/sciencetechnologypark/home',
  92. component: './ScienceTechnologyPark/Home',
  93. access: 'sciencetechnologyparkhome'
  94. },
  95. {
  96. name: '关于科创园',
  97. path: '/sciencetechnologypark/about',
  98. component: './ScienceTechnologyPark/About',
  99. access: 'sciencetechnologyparkabout'
  100. },
  101. {
  102. name: '最新动态',
  103. path: '/sciencetechnologypark/news',
  104. component: './ScienceTechnologyPark/News',
  105. access: 'sciencetechnologyparknews'
  106. },{
  107. name: '园区企业',
  108. path: '/sciencetechnologypark/company',
  109. component: './ScienceTechnologyPark/Company',
  110. access: 'sciencetechnologyparkcompany'
  111. },
  112. {
  113. name: '通知公告',
  114. path: '/sciencetechnologypark/notice',
  115. component: './ScienceTechnologyPark/Notice',
  116. access: 'sciencetechnologyparknotice'
  117. },
  118. {
  119. name: '成果转化',
  120. path: '/sciencetechnologypark/conversion',
  121. component: './ScienceTechnologyPark/Conversion',
  122. access: 'sciencetechnologyparkconversion'
  123. },
  124. {
  125. name: '品牌活动',
  126. path: '/sciencetechnologypark/activity',
  127. component: './ScienceTechnologyPark/Activity',
  128. access: 'sciencetechnologyparkactivity'
  129. },
  130. {
  131. name: '党建工作',
  132. path: '/sciencetechnologypark/construct',
  133. component: './ScienceTechnologyPark/Construct',
  134. access: 'sciencetechnologyparkconstruct'
  135. },
  136. // {
  137. // name: '联系我们',
  138. // path: '/sciencetechnologypark/partymembercenter',
  139. // component: './ScienceTechnologyPark/PartyMemberCenter',
  140. // access: 'sciencetechnologyparkpartymembercenter'
  141. // }
  142. {
  143. path: '/sciencetechnologypark/information/detail',
  144. component: './ScienceTechnologyPark/Detail',
  145. access: 'sciencetechnologyparkformationdetail'
  146. },
  147. ]
  148. },
  149. // 合作伙伴
  150. {
  151. name: '合作伙伴',
  152. path: '/partner',
  153. component: './Partner/Home',
  154. access: 'partner',
  155. },
  156. // 求职者管理
  157. {
  158. flatMenu: true,
  159. path: '/manage/jobseeker',
  160. access: 'managejobseeker',
  161. routes: [
  162. {
  163. name: '个人中心',
  164. path: '/manage/jobseeker/home',
  165. component: './Manage/Jobseeker/Home',
  166. access: 'managejobseekerhome'
  167. },
  168. {
  169. name: '我的简历',
  170. path: '/manage/jobseeker/resume',
  171. component: './Manage/Jobseeker/Resume',
  172. access: 'managejobseekerresume'
  173. },
  174. {
  175. name: '预览简历',
  176. path: '/manage/jobseeker/detail',
  177. component: './Manage/Jobseeker/Detail',
  178. access: 'managejobseekerdetail'
  179. },
  180. {
  181. name: '推荐职位',
  182. path: '/manage/jobseeker/recommend',
  183. component: './Manage/Jobseeker/Recommend',
  184. access: 'managejobseekerrecommend'
  185. },
  186. {
  187. name: '设置',
  188. path: '/manage/jobseeker/setting',
  189. component: './Manage/Jobseeker/Setting',
  190. access: 'managejobseekerresetting'
  191. },
  192. ]
  193. },
  194. // 企业管理
  195. {
  196. flatMenu: true,
  197. path: '/manage/company',
  198. access: 'managecompany',
  199. routes: [
  200. {
  201. name: '个人中心',
  202. path: '/manage/company/home',
  203. component: './Manage/Company/Home',
  204. access: 'managecompanyhome'
  205. },
  206. {
  207. name: '企业信息',
  208. path: '/manage/company/info',
  209. component: './Manage/Company/Info',
  210. access: 'managecompanyinfo'
  211. },
  212. {
  213. name: '职位管理',
  214. path: '/manage/company/post',
  215. component: './Manage/Company/Post',
  216. access: 'managecompanypost'
  217. },
  218. {
  219. name: '简历管理',
  220. path: '/manage/company/resume',
  221. component: './Manage/Company/Resume',
  222. access: 'managecompanyresume'
  223. },
  224. {
  225. name: '人才推荐',
  226. path: '/manage/company/recommend',
  227. component: './Manage/Company/Recommend',
  228. access: 'managecompanyrecommend'
  229. },
  230. {
  231. name: '部门管理',
  232. path: '/manage/company/department',
  233. component: './Manage/Company/Department',
  234. access: 'managecompanydepartment'
  235. },
  236. {
  237. name: '设置',
  238. path: '/manage/company/setting',
  239. component: './Manage/Company/Setting',
  240. access: 'managecompanysetting'
  241. },
  242. ]
  243. },
  244. {
  245. path: '/forget',
  246. component: './Talent/Forget',
  247. layout: false
  248. },
  249. ]