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. "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. "navigationStyle": "custom"
  259. }
  260. },
  261. {
  262. "path": "contactUs/index",
  263. "style": {
  264. "navigationBarTitleText": "联系我们"
  265. }
  266. },
  267. {
  268. "path": "positionDetail/index",
  269. "style": {
  270. "navigationBarTitleText": "职位详情",
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "inviteRecord/index",
  276. "style": {
  277. "navigationBarTitleText": "新用户邀请记录"
  278. }
  279. },
  280. {
  281. "path": "agreement/index",
  282. "style": {
  283. "navigationBarTitleText": "协议中心"
  284. }
  285. },
  286. {
  287. "path": "agreement/user",
  288. "style": {
  289. "navigationBarTitleText": "用户协议"
  290. }
  291. },
  292. {
  293. "path": "agreement/privacy",
  294. "style": {
  295. "navigationBarTitleText": "隐私协议"
  296. }
  297. },
  298. {
  299. "path": "agreement/CopyrightPolicy",
  300. "style": {
  301. "navigationBarTitleText": "版权政策"
  302. }
  303. },
  304. {
  305. "path": "agreement/WorkplaceCommunityPolicy",
  306. "style": {
  307. "navigationBarTitleText": "职场社区政策"
  308. }
  309. },
  310. {
  311. "path": "agreement/UserBehaviorNorms",
  312. "style": {
  313. "navigationBarTitleText": "用户行为规范"
  314. }
  315. },
  316. {
  317. "path": "recommendEnterprise/index",
  318. "style": {
  319. "navigationBarTitleText": "精选企业"
  320. }
  321. },
  322. {
  323. "path": "sharePoster/index",
  324. "style": {
  325. "navigationBarTitleText": "我的分享码"
  326. }
  327. },
  328. {
  329. "path": "headhunting/index",
  330. "style": {
  331. "navigationBarTitleText": "门墩儿猎头"
  332. }
  333. },
  334. {
  335. "path": "headhunting/pages/details",
  336. "style": {
  337. "navigationBarTitleText": "门墩儿猎头资质"
  338. }
  339. },
  340. {
  341. "path": "headhunting/pages/service",
  342. "style": {
  343. "navigationBarTitleText": "我们的服务"
  344. }
  345. },
  346. {
  347. "path": "headhunting/pages/contact",
  348. "style": {
  349. "navigationBarTitleText": "联系我们"
  350. }
  351. },
  352. {
  353. "path": "about/index",
  354. "style": {
  355. "navigationBarTitleText": "联系我们"
  356. }
  357. },
  358. {
  359. "path": "preferredGroup/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": "#7B8193",
  399. "selectedColor": "#0E100F",
  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/jobFair",
  426. "text": "招聘会",
  427. "iconPath": "/static/img/jobFair.png",
  428. "selectedIconPath": "/static/img/jobFair-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. }