pages.json 8.6 KB

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