pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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": "resume/index",
  73. "style": {
  74. "navigationBarTitleText": "附件简历"
  75. }
  76. },
  77. {
  78. "path": "collect/index",
  79. "style": {
  80. "navigationBarTitleText": "我的收藏"
  81. }
  82. },
  83. {
  84. "path": "interview/index",
  85. "style": {
  86. "navigationBarTitleText": "面试管理"
  87. }
  88. },
  89. {
  90. "path": "seenMe/index",
  91. "style": {
  92. "navigationBarTitleText": "谁看过我"
  93. }
  94. },
  95. {
  96. "path": "info/index",
  97. "style": {
  98. "navigationBarTitleText": "个人信息"
  99. }
  100. },
  101. {
  102. "path": "recommendation/index",
  103. "style": {
  104. "navigationBarTitleText": "我的推荐"
  105. }
  106. },
  107. {
  108. "path": "chart/index",
  109. "style": {
  110. "navigationBarTitleText": "我的聊天"
  111. }
  112. },
  113. {
  114. "path": "coupon/index",
  115. "style": {
  116. "navigationBarTitleText": "我的优惠券"
  117. }
  118. },
  119. {
  120. "path": "balance/index",
  121. "style": {
  122. "navigationBarTitleText": "我的余额"
  123. }
  124. },
  125. {
  126. "path": "integral/index",
  127. "style": {
  128. "navigationBarTitleText": "积分明细"
  129. }
  130. }
  131. ]
  132. },
  133. {
  134. "root": "pagesB",
  135. "pages": [
  136. {
  137. "path": "companyDetail/index",
  138. "style": {
  139. "navigationBarTitleText": "企业详情"
  140. }
  141. },
  142. {
  143. "path": "positionDetail/index",
  144. "style": {
  145. "navigationBarTitleText": "职位详情"
  146. }
  147. },
  148. {
  149. "path": "agreement/user",
  150. "style": {
  151. "navigationBarTitleText": "用户协议"
  152. }
  153. },
  154. {
  155. "path": "agreement/privacy",
  156. "style": {
  157. "navigationBarTitleText": "隐私协议"
  158. }
  159. }
  160. ]
  161. }
  162. ],
  163. "globalStyle": {
  164. "navigationBarTextStyle": "black",
  165. "navigationBarTitleText": "门墩儿",
  166. "navigationBarBackgroundColor": "#ffffff",
  167. "backgroundColor": "#ffffff"
  168. },
  169. "tabBar": {
  170. "color": "#7A7E83",
  171. "selectedColor": "#00897B",
  172. "borderStyle": "black",
  173. "backgroundColor": "#ffffff",
  174. "height": "65px",
  175. "fontSize": "24rpx",
  176. "custom": true,
  177. "list": [
  178. {
  179. "pagePath": "pages/index/position",
  180. "text": "求职",
  181. "iconPath": "/static/img/position.png",
  182. "selectedIconPath": "/static/img/position-fill.png"
  183. },
  184. {
  185. "pagePath": "pages/index/communicate",
  186. "text": "沟通",
  187. "iconPath": "/static/img/message.png",
  188. "selectedIconPath": "/static/img/message-fill.png"
  189. },
  190. {
  191. "pagePath": "pages/index/welfare",
  192. "text": "会员福利",
  193. "iconPath": "/static/img/welfare.png",
  194. "selectedIconPath": "/static/img/welfare.png"
  195. },
  196. {
  197. "pagePath": "pages/index/crowdsourcing",
  198. "text": "赏金",
  199. "iconPath": "/static/img/pin.png",
  200. "selectedIconPath": "/static/img/pin-fill.png"
  201. },
  202. {
  203. "pagePath": "pages/index/my",
  204. "text": "我的",
  205. "iconPath": "/static/img/my.png",
  206. "selectedIconPath": "/static/img/my-fill.png"
  207. }
  208. ]
  209. }
  210. }