pages.json 5.7 KB

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