pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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": "resumeOnline/index",
  55. "style": {
  56. "navigationBarTitleText": "在线简历"
  57. }
  58. },
  59. {
  60. "path": "resumeOnline/baseInfoEdit",
  61. "style": {
  62. "navigationBarTitleText": "基本信息"
  63. }
  64. },
  65. {
  66. "path": "resumeOnline/portrait",
  67. "style": {
  68. "navigationBarTitleText": "个人画像标签选择"
  69. }
  70. },
  71. {
  72. "path": "resumeOnline/advantage",
  73. "style": {
  74. "navigationBarTitleText": "个人优势"
  75. }
  76. },
  77. {
  78. "path": "resumeOnline/jobIntention",
  79. "style": {
  80. "navigationBarTitleText": "求职意向"
  81. }
  82. },
  83. {
  84. "path": "resumeOnline/educationExp",
  85. "style": {
  86. "navigationBarTitleText": "教育经历"
  87. }
  88. },
  89. {
  90. "path": "resumeOnline/workExperience",
  91. "style": {
  92. "navigationBarTitleText": "工作经验"
  93. }
  94. },
  95. {
  96. "path": "resumeOnline/trainingExperience",
  97. "style": {
  98. "navigationBarTitleText": "培训经历"
  99. }
  100. },
  101. {
  102. "path": "resumeOnline/vocationalSkills",
  103. "style": {
  104. "navigationBarTitleText": "职业技能"
  105. }
  106. },
  107. {
  108. "path": "resume/index",
  109. "style": {
  110. "navigationBarTitleText": "附件简历"
  111. }
  112. },
  113. {
  114. "path": "collect/index",
  115. "style": {
  116. "navigationBarTitleText": "我的收藏"
  117. }
  118. },
  119. {
  120. "path": "interview/index",
  121. "style": {
  122. "navigationBarTitleText": "面试管理"
  123. }
  124. },
  125. {
  126. "path": "seenMe/index",
  127. "style": {
  128. "navigationBarTitleText": "谁看过我"
  129. }
  130. },
  131. {
  132. "path": "info/index",
  133. "style": {
  134. "navigationBarTitleText": "个人信息"
  135. }
  136. },
  137. {
  138. "path": "recommendation/index",
  139. "style": {
  140. "navigationBarTitleText": "我的推荐"
  141. }
  142. },
  143. {
  144. "path": "chart/index",
  145. "style": {
  146. "navigationBarTitleText": "我的聊天"
  147. }
  148. },
  149. {
  150. "path": "coupon/index",
  151. "style": {
  152. "navigationBarTitleText": "我的优惠券"
  153. }
  154. },
  155. {
  156. "path": "balance/index",
  157. "style": {
  158. "navigationBarTitleText": "我的余额"
  159. }
  160. },
  161. {
  162. "path": "integral/index",
  163. "style": {
  164. "navigationBarTitleText": "积分明细"
  165. }
  166. },
  167. {
  168. "path": "vip/index",
  169. "style": {
  170. "navigationBarTitleText": "vip权益"
  171. }
  172. },
  173. {
  174. "path": "vipPackage/index",
  175. "style": {
  176. "navigationBarTitleText": "会员套餐"
  177. }
  178. },
  179. {
  180. "path": "vip/template/index",
  181. "style": {
  182. "navigationBarTitleText": "简历模板"
  183. }
  184. },
  185. {
  186. "path": "vip/blockEnt/index",
  187. "style": {
  188. "navigationBarTitleText": "屏蔽企业"
  189. }
  190. }
  191. ]
  192. },
  193. {
  194. "root": "pagesB",
  195. "pages": [
  196. {
  197. "path": "companyDetail/index",
  198. "style": {
  199. "navigationBarTitleText": "企业详情"
  200. }
  201. },
  202. {
  203. "path": "positionDetail/index",
  204. "style": {
  205. "navigationBarTitleText": "职位详情"
  206. }
  207. },
  208. {
  209. "path": "inviteRecord/index",
  210. "style": {
  211. "navigationBarTitleText": "新用户邀请记录"
  212. }
  213. },
  214. {
  215. "path": "agreement/index",
  216. "style": {
  217. "navigationBarTitleText": "协议中心"
  218. }
  219. },
  220. {
  221. "path": "agreement/user",
  222. "style": {
  223. "navigationBarTitleText": "用户协议"
  224. }
  225. },
  226. {
  227. "path": "agreement/privacy",
  228. "style": {
  229. "navigationBarTitleText": "隐私协议"
  230. }
  231. },
  232. {
  233. "path": "agreement/CopyrightPolicy",
  234. "style": {
  235. "navigationBarTitleText": "版权政策"
  236. }
  237. },
  238. {
  239. "path": "agreement/WorkplaceCommunityPolicy",
  240. "style": {
  241. "navigationBarTitleText": "职场社区政策"
  242. }
  243. },
  244. {
  245. "path": "agreement/UserBehaviorNorms",
  246. "style": {
  247. "navigationBarTitleText": "用户行为规范"
  248. }
  249. },
  250. {
  251. "path": "recommendEnterprise/index",
  252. "style": {
  253. "navigationBarTitleText": "精选企业"
  254. }
  255. }
  256. ]
  257. }
  258. ],
  259. "globalStyle": {
  260. "navigationBarTextStyle": "black",
  261. "navigationBarTitleText": "门墩儿",
  262. "navigationBarBackgroundColor": "#ffffff",
  263. "backgroundColor": "#ffffff"
  264. },
  265. "tabBar": {
  266. "color": "#7A7E83",
  267. "selectedColor": "#00897B",
  268. "borderStyle": "black",
  269. "backgroundColor": "#ffffff",
  270. "height": "65px",
  271. "fontSize": "24rpx",
  272. "custom": true,
  273. "list": [
  274. {
  275. "pagePath": "pages/index/position",
  276. "text": "求职",
  277. "iconPath": "/static/img/position.png",
  278. "selectedIconPath": "/static/img/position-fill.png"
  279. },
  280. {
  281. "pagePath": "pages/index/communicate",
  282. "text": "沟通",
  283. "iconPath": "/static/img/message.png",
  284. "selectedIconPath": "/static/img/message-fill.png"
  285. },
  286. {
  287. "pagePath": "pages/index/welfare",
  288. "text": "会员福利",
  289. "iconPath": "/static/img/welfare.png",
  290. "selectedIconPath": "/static/img/welfare.png"
  291. },
  292. {
  293. "pagePath": "pages/index/crowdsourcing",
  294. "text": "赏金",
  295. "iconPath": "/static/img/pin.png",
  296. "selectedIconPath": "/static/img/pin-fill.png"
  297. },
  298. {
  299. "pagePath": "pages/index/my",
  300. "text": "我的",
  301. "iconPath": "/static/img/my.png",
  302. "selectedIconPath": "/static/img/my-fill.png"
  303. }
  304. ]
  305. }
  306. }