pages.json 8.7 KB

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