您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

routes.ts 8.0KB

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