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 8.2KB

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