pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/position",
  5. "style": {
  6. "navigationBarTitleText": "门墩儿",
  7. "enablePullDownRefresh": true,
  8. "backgroundColorBottom":"#f4f4f5",
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/index/crowdsourcing",
  14. "style": {
  15. "navigationBarTitleText": "赏金"
  16. }
  17. },
  18. {
  19. "path": "pages/index/welfare",
  20. "style": {
  21. "navigationBarTitleText": "会员福利",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/index/my",
  27. "style": {
  28. "navigationBarTitleText": "我的",
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/login/index",
  34. "style": {
  35. "navigationBarTitleText": "登录/注册"
  36. }
  37. },
  38. {
  39. "path": "pages/index/communicate",
  40. "style": {
  41. "navigationBarTitleText": "最近联系人",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/index/jobFair",
  47. "style": {
  48. "navigationBarTitleText": "招聘会",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/addWebView/index",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. }
  58. ],
  59. "subPackages": [
  60. {
  61. "root": "pagesA",
  62. "pages": [
  63. {
  64. "path": "resumeAnalysis/index",
  65. "style": {
  66. "navigationBarTitleText": "简历解析"
  67. }
  68. },
  69. {
  70. "path": "resumeOnline/index",
  71. "style": {
  72. "navigationBarTitleText": "在线简历"
  73. }
  74. },
  75. {
  76. "path": "resumeOnline/baseInfoEdit",
  77. "style": {
  78. "navigationBarTitleText": "基本信息"
  79. }
  80. },
  81. {
  82. "path": "resumeOnline/portrait",
  83. "style": {
  84. "navigationBarTitleText": "个人画像标签选择"
  85. }
  86. },
  87. {
  88. "path": "resumeOnline/advantage",
  89. "style": {
  90. "navigationBarTitleText": "个人优势"
  91. }
  92. },
  93. {
  94. "path": "resumeOnline/jobIntention",
  95. "style": {
  96. "navigationBarTitleText": "求职意向"
  97. }
  98. },
  99. {
  100. "path": "resumeOnline/educationExp",
  101. "style": {
  102. "navigationBarTitleText": "教育经历"
  103. }
  104. },
  105. {
  106. "path": "resumeOnline/workExperience",
  107. "style": {
  108. "navigationBarTitleText": "工作经验"
  109. }
  110. },
  111. {
  112. "path": "resumeOnline/trainingExperience",
  113. "style": {
  114. "navigationBarTitleText": "培训经历"
  115. }
  116. },
  117. {
  118. "path": "resumeOnline/vocationalSkills",
  119. "style": {
  120. "navigationBarTitleText": "职业技能"
  121. }
  122. },
  123. {
  124. "path": "resume/index",
  125. "style": {
  126. "navigationBarTitleText": "附件简历"
  127. }
  128. },
  129. {
  130. "path": "student/index",
  131. "style": {
  132. "navigationBarTitleText": "学生专区"
  133. }
  134. },
  135. {
  136. "path": "student/information",
  137. "style": {
  138. "navigationBarTitleText": "学生信息"
  139. }
  140. },
  141. {
  142. "path": "student/internshipRecord",
  143. "style": {
  144. "navigationBarTitleText": "实习记录"
  145. }
  146. },
  147. {
  148. "path": "student/internshipReport",
  149. "style": {
  150. "navigationBarTitleText": "实习报告"
  151. }
  152. },
  153. {
  154. "path": "student/addReport",
  155. "style": {
  156. "navigationBarTitleText": "新增实习报告"
  157. }
  158. },
  159. {
  160. "path": "student/certificateDetail",
  161. "style": {
  162. "navigationBarTitleText": "实习证书详情"
  163. }
  164. },
  165. {
  166. "path": "student/internshipButler",
  167. "style": {
  168. "navigationBarTitleText": "实习管家"
  169. }
  170. },
  171. {
  172. "path": "collect/index",
  173. "style": {
  174. "navigationBarTitleText": "我的收藏"
  175. }
  176. },
  177. {
  178. "path": "interview/index",
  179. "style": {
  180. "navigationBarTitleText": "面试管理"
  181. }
  182. },
  183. {
  184. "path": "seenMe/index",
  185. "style": {
  186. "navigationBarTitleText": "谁看过我"
  187. }
  188. },
  189. {
  190. "path": "info/index",
  191. "style": {
  192. "navigationBarTitleText": "个人信息"
  193. }
  194. },
  195. {
  196. "path": "recommendation/index",
  197. "style": {
  198. "navigationBarTitleText": "我的推荐"
  199. }
  200. },
  201. {
  202. "path": "chart/index",
  203. "style": {
  204. "navigationBarTitleText": "我的聊天"
  205. }
  206. },
  207. {
  208. "path": "coupon/index",
  209. "style": {
  210. "navigationBarTitleText": "我的优惠券"
  211. }
  212. },
  213. {
  214. "path": "balance/index",
  215. "style": {
  216. "navigationBarTitleText": "我的余额"
  217. }
  218. },
  219. {
  220. "path": "integral/index",
  221. "style": {
  222. "navigationBarTitleText": "积分明细"
  223. }
  224. },
  225. {
  226. "path": "vip/index",
  227. "style": {
  228. "navigationBarTitleText": "vip权益"
  229. }
  230. },
  231. {
  232. "path": "vipPackage/index",
  233. "style": {
  234. "navigationBarTitleText": "会员套餐"
  235. }
  236. },
  237. {
  238. "path": "vip/template/index",
  239. "style": {
  240. "navigationBarTitleText": "简历模板"
  241. }
  242. },
  243. {
  244. "path": "vip/blockEnt/index",
  245. "style": {
  246. "navigationBarTitleText": "屏蔽企业"
  247. }
  248. }
  249. ]
  250. },
  251. {
  252. "root": "pagesB",
  253. "pages": [
  254. {
  255. "path": "companyDetail/index",
  256. "style": {
  257. "navigationBarTitleText": "企业详情"
  258. }
  259. },
  260. {
  261. "path": "contactUs/index",
  262. "style": {
  263. "navigationBarTitleText": "联系我们"
  264. }
  265. },
  266. {
  267. "path": "positionDetail/index",
  268. "style": {
  269. "navigationBarTitleText": "职位详情",
  270. "navigationStyle": "custom"
  271. }
  272. },
  273. {
  274. "path": "inviteRecord/index",
  275. "style": {
  276. "navigationBarTitleText": "新用户邀请记录"
  277. }
  278. },
  279. {
  280. "path": "agreement/index",
  281. "style": {
  282. "navigationBarTitleText": "协议中心"
  283. }
  284. },
  285. {
  286. "path": "agreement/user",
  287. "style": {
  288. "navigationBarTitleText": "用户协议"
  289. }
  290. },
  291. {
  292. "path": "agreement/privacy",
  293. "style": {
  294. "navigationBarTitleText": "隐私协议"
  295. }
  296. },
  297. {
  298. "path": "agreement/CopyrightPolicy",
  299. "style": {
  300. "navigationBarTitleText": "版权政策"
  301. }
  302. },
  303. {
  304. "path": "agreement/WorkplaceCommunityPolicy",
  305. "style": {
  306. "navigationBarTitleText": "职场社区政策"
  307. }
  308. },
  309. {
  310. "path": "agreement/UserBehaviorNorms",
  311. "style": {
  312. "navigationBarTitleText": "用户行为规范"
  313. }
  314. },
  315. {
  316. "path": "recommendEnterprise/index",
  317. "style": {
  318. "navigationBarTitleText": "精选企业"
  319. }
  320. },
  321. {
  322. "path": "sharePoster/index",
  323. "style": {
  324. "navigationBarTitleText": "我的分享码"
  325. }
  326. },
  327. {
  328. "path": "headhunting/index",
  329. "style": {
  330. "navigationBarTitleText": "门墩儿猎头"
  331. }
  332. },
  333. {
  334. "path": "headhunting/pages/details",
  335. "style": {
  336. "navigationBarTitleText": "门墩儿猎头资质"
  337. }
  338. },
  339. {
  340. "path": "headhunting/pages/service",
  341. "style": {
  342. "navigationBarTitleText": "我们的服务"
  343. }
  344. },
  345. {
  346. "path": "headhunting/pages/contact",
  347. "style": {
  348. "navigationBarTitleText": "联系我们"
  349. }
  350. },
  351. {
  352. "path": "about/index",
  353. "style": {
  354. "navigationBarTitleText": "联系我们"
  355. }
  356. },
  357. {
  358. "path": "preferredGroup/index",
  359. "style": {
  360. "navigationBarTitleText": "优选集团"
  361. }
  362. },
  363. {
  364. "path": "jobFair/jobFairShare",
  365. "style": {
  366. "navigationBarTitleText": "分享招聘会"
  367. }
  368. },
  369. {
  370. "path": "jobFair/jobFairEntShare",
  371. "style": {
  372. "navigationBarTitleText": "分享招聘会企业"
  373. }
  374. },
  375. {
  376. "path": "jobFair/enterprisesClassification",
  377. "style": {
  378. "navigationBarTitleText": "招聘会"
  379. }
  380. },
  381. {
  382. "path": "jobFair/positionClassification",
  383. "style": {
  384. "navigationBarTitleText": "招聘会"
  385. }
  386. }
  387. ]
  388. }
  389. ],
  390. "globalStyle": {
  391. "navigationBarTextStyle": "black",
  392. "navigationBarTitleText": "门墩儿",
  393. "navigationBarBackgroundColor": "#ffffff",
  394. "backgroundColor": "#ffffff"
  395. },
  396. "tabBar": {
  397. "color": "#7B8193",
  398. "selectedColor": "#0E100F",
  399. "borderStyle": "black",
  400. "backgroundColor": "#ffffff",
  401. "height": "65px",
  402. "fontSize": "24rpx",
  403. "custom": true,
  404. "list": [
  405. {
  406. "pagePath": "pages/index/position",
  407. "text": "求职",
  408. "iconPath": "/static/img/position.png",
  409. "selectedIconPath": "/static/img/position-fill.png"
  410. },
  411. {
  412. "pagePath": "pages/index/communicate",
  413. "text": "沟通",
  414. "iconPath": "/static/img/message.png",
  415. "selectedIconPath": "/static/img/message-fill.png"
  416. },
  417. {
  418. "pagePath": "pages/index/welfare",
  419. "text": "",
  420. "iconPath": "/static/img/welfare.png",
  421. "selectedIconPath": "/static/img/welfare.png"
  422. },
  423. {
  424. "pagePath": "pages/index/jobFair",
  425. "text": "招聘会",
  426. "iconPath": "/static/img/jobFair.png",
  427. "selectedIconPath": "/static/img/jobFair-fill.png"
  428. },
  429. {
  430. "pagePath": "pages/index/my",
  431. "text": "我的",
  432. "iconPath": "/static/img/my.png",
  433. "selectedIconPath": "/static/img/my-fill.png"
  434. }
  435. ]
  436. }
  437. }