pages.json 8.6 KB

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