pages.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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": "collect/index",
  121. "style": {
  122. "navigationBarTitleText": "我的收藏"
  123. }
  124. },
  125. {
  126. "path": "interview/index",
  127. "style": {
  128. "navigationBarTitleText": "面试管理"
  129. }
  130. },
  131. {
  132. "path": "seenMe/index",
  133. "style": {
  134. "navigationBarTitleText": "谁看过我"
  135. }
  136. },
  137. {
  138. "path": "info/index",
  139. "style": {
  140. "navigationBarTitleText": "个人信息"
  141. }
  142. },
  143. {
  144. "path": "recommendation/index",
  145. "style": {
  146. "navigationBarTitleText": "我的推荐"
  147. }
  148. },
  149. {
  150. "path": "chart/index",
  151. "style": {
  152. "navigationBarTitleText": "我的聊天"
  153. }
  154. },
  155. {
  156. "path": "coupon/index",
  157. "style": {
  158. "navigationBarTitleText": "我的优惠券"
  159. }
  160. },
  161. {
  162. "path": "balance/index",
  163. "style": {
  164. "navigationBarTitleText": "我的余额"
  165. }
  166. },
  167. {
  168. "path": "integral/index",
  169. "style": {
  170. "navigationBarTitleText": "积分明细"
  171. }
  172. },
  173. {
  174. "path": "vip/index",
  175. "style": {
  176. "navigationBarTitleText": "vip权益"
  177. }
  178. },
  179. {
  180. "path": "vipPackage/index",
  181. "style": {
  182. "navigationBarTitleText": "会员套餐"
  183. }
  184. },
  185. {
  186. "path": "vip/template/index",
  187. "style": {
  188. "navigationBarTitleText": "简历模板"
  189. }
  190. },
  191. {
  192. "path": "vip/blockEnt/index",
  193. "style": {
  194. "navigationBarTitleText": "屏蔽企业"
  195. }
  196. }
  197. ]
  198. },
  199. {
  200. "root": "pagesB",
  201. "pages": [
  202. {
  203. "path": "companyDetail/index",
  204. "style": {
  205. "navigationBarTitleText": "企业详情"
  206. }
  207. },
  208. {
  209. "path": "positionDetail/index",
  210. "style": {
  211. "navigationBarTitleText": "职位详情"
  212. }
  213. },
  214. {
  215. "path": "inviteRecord/index",
  216. "style": {
  217. "navigationBarTitleText": "新用户邀请记录"
  218. }
  219. },
  220. {
  221. "path": "agreement/index",
  222. "style": {
  223. "navigationBarTitleText": "协议中心"
  224. }
  225. },
  226. {
  227. "path": "agreement/user",
  228. "style": {
  229. "navigationBarTitleText": "用户协议"
  230. }
  231. },
  232. {
  233. "path": "agreement/privacy",
  234. "style": {
  235. "navigationBarTitleText": "隐私协议"
  236. }
  237. },
  238. {
  239. "path": "agreement/CopyrightPolicy",
  240. "style": {
  241. "navigationBarTitleText": "版权政策"
  242. }
  243. },
  244. {
  245. "path": "agreement/WorkplaceCommunityPolicy",
  246. "style": {
  247. "navigationBarTitleText": "职场社区政策"
  248. }
  249. },
  250. {
  251. "path": "agreement/UserBehaviorNorms",
  252. "style": {
  253. "navigationBarTitleText": "用户行为规范"
  254. }
  255. },
  256. {
  257. "path": "recommendEnterprise/index",
  258. "style": {
  259. "navigationBarTitleText": "精选企业"
  260. }
  261. },
  262. {
  263. "path": "sharePoster/index",
  264. "style": {
  265. "navigationBarTitleText": "我的分享码"
  266. }
  267. },
  268. {
  269. "path": "headhunting/index",
  270. "style": {
  271. "navigationBarTitleText": "门墩儿猎头"
  272. }
  273. },
  274. {
  275. "path": "headhunting/pages/details",
  276. "style": {
  277. "navigationBarTitleText": "门墩儿猎头资质"
  278. }
  279. },
  280. {
  281. "path": "headhunting/pages/service",
  282. "style": {
  283. "navigationBarTitleText": "我们的服务"
  284. }
  285. },
  286. {
  287. "path": "headhunting/pages/contact",
  288. "style": {
  289. "navigationBarTitleText": "联系我们"
  290. }
  291. },
  292. {
  293. "path": "about/index",
  294. "style": {
  295. "navigationBarTitleText": "联系我们"
  296. }
  297. },
  298. {
  299. "path": "preferredGroup/index",
  300. "style": {
  301. "navigationBarTitleText": "优选集团"
  302. }
  303. },
  304. {
  305. "path": "jobFair/index",
  306. "style": {
  307. "navigationBarTitleText": "招聘会"
  308. }
  309. },
  310. {
  311. "path": "jobFair/enterprises",
  312. "style": {
  313. "navigationBarTitleText": "招聘会/企业"
  314. }
  315. },
  316. {
  317. "path": "jobFair/positions",
  318. "style": {
  319. "navigationBarTitleText": "招聘会/岗位"
  320. }
  321. }
  322. ]
  323. }
  324. ],
  325. "globalStyle": {
  326. "navigationBarTextStyle": "black",
  327. "navigationBarTitleText": "门墩儿",
  328. "navigationBarBackgroundColor": "#ffffff",
  329. "backgroundColor": "#ffffff"
  330. },
  331. "tabBar": {
  332. "color": "#7A7E83",
  333. "selectedColor": "#00897B",
  334. "borderStyle": "black",
  335. "backgroundColor": "#ffffff",
  336. "height": "65px",
  337. "fontSize": "24rpx",
  338. "custom": true,
  339. "list": [
  340. {
  341. "pagePath": "pages/index/position",
  342. "text": "求职",
  343. "iconPath": "/static/img/position.png",
  344. "selectedIconPath": "/static/img/position-fill.png"
  345. },
  346. {
  347. "pagePath": "pages/index/communicate",
  348. "text": "沟通",
  349. "iconPath": "/static/img/message.png",
  350. "selectedIconPath": "/static/img/message-fill.png"
  351. },
  352. {
  353. "pagePath": "pages/index/welfare",
  354. "text": "会员福利",
  355. "iconPath": "/static/img/welfare.png",
  356. "selectedIconPath": "/static/img/welfare.png"
  357. },
  358. {
  359. "pagePath": "pages/index/crowdsourcing",
  360. "text": "赏金",
  361. "iconPath": "/static/img/pin.png",
  362. "selectedIconPath": "/static/img/pin-fill.png"
  363. },
  364. {
  365. "pagePath": "pages/index/my",
  366. "text": "我的",
  367. "iconPath": "/static/img/my.png",
  368. "selectedIconPath": "/static/img/my-fill.png"
  369. }
  370. ]
  371. }
  372. }