pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/position",
  5. "style": {
  6. "navigationBarTitleText": "门墩儿",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/crowdsourcing",
  12. "style": {
  13. "navigationBarTitleText": "赏金"
  14. }
  15. },
  16. {
  17. "path": "pages/index/welfare",
  18. "style": {
  19. "navigationBarTitleText": "会员福利"
  20. }
  21. },
  22. {
  23. "path": "pages/index/my",
  24. "style": {
  25. "navigationBarTitleText": "我的"
  26. }
  27. },
  28. {
  29. "path": "pages/login/index",
  30. "style": {
  31. "navigationBarTitleText": "登录/注册"
  32. }
  33. },
  34. {
  35. "path": "pages/index/communicate",
  36. "style": {
  37. "navigationBarTitleText": "最近联系人"
  38. }
  39. }
  40. ],
  41. "subPackages": [
  42. {
  43. "root": "pagesA",
  44. "pages": [
  45. {
  46. "path": "resumeOnline/index",
  47. "style": {
  48. "navigationBarTitleText": "在线简历"
  49. }
  50. },
  51. {
  52. "path": "resumeOnline/baseInfoEdit",
  53. "style": {
  54. "navigationBarTitleText": "在线简历"
  55. }
  56. },
  57. {
  58. "path": "resumeOnline/portrait",
  59. "style": {
  60. "navigationBarTitleText": "个人画像标签选择"
  61. }
  62. },
  63. {
  64. "path": "resumeOnline/advantage",
  65. "style": {
  66. "navigationBarTitleText": "个人优势"
  67. }
  68. },
  69. {
  70. "path": "resume/index",
  71. "style": {
  72. "navigationBarTitleText": "附件简历"
  73. }
  74. },
  75. {
  76. "path": "collect/index",
  77. "style": {
  78. "navigationBarTitleText": "我的收藏"
  79. }
  80. },
  81. {
  82. "path": "interview/index",
  83. "style": {
  84. "navigationBarTitleText": "面试管理"
  85. }
  86. },
  87. {
  88. "path": "seenMe/index",
  89. "style": {
  90. "navigationBarTitleText": "谁看过我"
  91. }
  92. },
  93. {
  94. "path": "info/index",
  95. "style": {
  96. "navigationBarTitleText": "在线简历"
  97. }
  98. },
  99. {
  100. "path": "recommendation/index",
  101. "style": {
  102. "navigationBarTitleText": "我的推荐"
  103. }
  104. },
  105. {
  106. "path": "chart/index",
  107. "style": {
  108. "navigationBarTitleText": "我的聊天"
  109. }
  110. },
  111. {
  112. "path": "coupon/index",
  113. "style": {
  114. "navigationBarTitleText": "我的优惠券"
  115. }
  116. },
  117. {
  118. "path": "balance/index",
  119. "style": {
  120. "navigationBarTitleText": "我的余额"
  121. }
  122. },
  123. {
  124. "path": "integral/index",
  125. "style": {
  126. "navigationBarTitleText": "积分明细"
  127. }
  128. }
  129. ]
  130. },
  131. {
  132. "root": "pagesB",
  133. "pages": [
  134. {
  135. "path": "companyDetail/index",
  136. "style": {
  137. "navigationBarTitleText": "企业详情"
  138. }
  139. },
  140. {
  141. "path": "positionDetail/index",
  142. "style": {
  143. "navigationBarTitleText": "职位详情"
  144. }
  145. },
  146. {
  147. "path": "agreement/user",
  148. "style": {
  149. "navigationBarTitleText": "用户协议"
  150. }
  151. },
  152. {
  153. "path": "agreement/privacy",
  154. "style": {
  155. "navigationBarTitleText": "隐私协议"
  156. }
  157. }
  158. ]
  159. }
  160. ],
  161. "globalStyle": {
  162. "navigationBarTextStyle": "black",
  163. "navigationBarTitleText": "门墩儿",
  164. "navigationBarBackgroundColor": "#ffffff",
  165. "backgroundColor": "#ffffff"
  166. },
  167. "tabBar": {
  168. "color": "#7A7E83",
  169. "selectedColor": "#00897B",
  170. "borderStyle": "black",
  171. "backgroundColor": "#ffffff",
  172. "height": "65px",
  173. "fontSize": "24rpx",
  174. "custom": true,
  175. "list": [
  176. {
  177. "pagePath": "pages/index/position",
  178. "text": "求职",
  179. "iconPath": "/static/img/position.png",
  180. "selectedIconPath": "/static/img/position-fill.png"
  181. },
  182. {
  183. "pagePath": "pages/index/communicate",
  184. "text": "沟通",
  185. "iconPath": "/static/img/message.png",
  186. "selectedIconPath": "/static/img/message-fill.png"
  187. },
  188. {
  189. "pagePath": "pages/index/welfare",
  190. "text": "会员福利",
  191. "iconPath": "/static/img/welfare.png",
  192. "selectedIconPath": "/static/img/welfare.png"
  193. },
  194. {
  195. "pagePath": "pages/index/crowdsourcing",
  196. "text": "赏金",
  197. "iconPath": "/static/img/pin.png",
  198. "selectedIconPath": "/static/img/pin-fill.png"
  199. },
  200. {
  201. "pagePath": "pages/index/my",
  202. "text": "我的",
  203. "iconPath": "/static/img/my.png",
  204. "selectedIconPath": "/static/img/my-fill.png"
  205. }
  206. ]
  207. }
  208. }