pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/resume",
  5. "style": {
  6. "navigationBarTitleText": "门墩儿",
  7. "enablePullDownRefresh": true,
  8. "backgroundColorBottom":"#f4f4f5",
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/index/position",
  14. "style": {
  15. "navigationBarTitleText": "职位"
  16. }
  17. },
  18. {
  19. "path": "pages/login/index",
  20. "style": {
  21. "navigationBarTitleText": "登录/注册"
  22. }
  23. },
  24. {
  25. "path": "pages/index/communicate",
  26. "style": {
  27. "navigationBarTitleText": "最近联系人"
  28. }
  29. },
  30. {
  31. "path": "pages/index/my",
  32. "style": {
  33. "navigationBarTitleText": "企业"
  34. }
  35. },
  36. {
  37. "path": "pages/addWebView/index",
  38. "style": {
  39. "navigationBarTitleText": ""
  40. }
  41. }
  42. ],
  43. "subPackages": [
  44. {
  45. "root": "pagesA",
  46. "pages": [
  47. {
  48. "path": "student/index",
  49. "style": {
  50. "navigationBarTitleText": "学生专区"
  51. }
  52. },
  53. {
  54. "path": "interview/index",
  55. "style": {
  56. "navigationBarTitleText": "面试管理"
  57. }
  58. },
  59. {
  60. "path": "chart/index",
  61. "style": {
  62. "navigationBarTitleText": "我的聊天"
  63. }
  64. },
  65. {
  66. "path": "balance/index",
  67. "style": {
  68. "navigationBarTitleText": "我的余额"
  69. }
  70. },
  71. {
  72. "path": "vip/index",
  73. "style": {
  74. "navigationBarTitleText": "vip权益"
  75. }
  76. },
  77. {
  78. "path": "vipPackage/index",
  79. "style": {
  80. "navigationBarTitleText": "会员套餐"
  81. }
  82. }
  83. ]
  84. },
  85. {
  86. "root": "pagesB",
  87. "pages": [
  88. {
  89. "path": "contactUs/index",
  90. "style": {
  91. "navigationBarTitleText": "联系我们"
  92. }
  93. },
  94. {
  95. "path": "positionDetail/index",
  96. "style": {
  97. "navigationBarTitleText": "职位详情"
  98. }
  99. },
  100. {
  101. "path": "agreement/index",
  102. "style": {
  103. "navigationBarTitleText": "协议中心"
  104. }
  105. },
  106. {
  107. "path": "agreement/user",
  108. "style": {
  109. "navigationBarTitleText": "用户协议"
  110. }
  111. },
  112. {
  113. "path": "agreement/privacy",
  114. "style": {
  115. "navigationBarTitleText": "隐私协议"
  116. }
  117. },
  118. {
  119. "path": "agreement/CopyrightPolicy",
  120. "style": {
  121. "navigationBarTitleText": "版权政策"
  122. }
  123. },
  124. {
  125. "path": "agreement/WorkplaceCommunityPolicy",
  126. "style": {
  127. "navigationBarTitleText": "职场社区政策"
  128. }
  129. },
  130. {
  131. "path": "agreement/UserBehaviorNorms",
  132. "style": {
  133. "navigationBarTitleText": "用户行为规范"
  134. }
  135. },
  136. {
  137. "path": "jobFair/index",
  138. "style": {
  139. "navigationBarTitleText": "招聘会"
  140. }
  141. },
  142. {
  143. "path": "jobFair/jobFairShare",
  144. "style": {
  145. "navigationBarTitleText": "分享招聘会"
  146. }
  147. },
  148. {
  149. "path": "jobFair/jobFairEntShare",
  150. "style": {
  151. "navigationBarTitleText": "分享招聘会企业"
  152. }
  153. },
  154. {
  155. "path": "jobFair/enterprisesClassification",
  156. "style": {
  157. "navigationBarTitleText": "招聘会/企业"
  158. }
  159. },
  160. {
  161. "path": "jobFair/positionClassification",
  162. "style": {
  163. "navigationBarTitleText": "招聘会/职位"
  164. }
  165. }
  166. ]
  167. }
  168. ],
  169. "globalStyle": {
  170. "navigationBarTextStyle": "black",
  171. "navigationBarTitleText": "门墩儿招聘",
  172. "navigationBarBackgroundColor": "#ffffff",
  173. "backgroundColor": "#ffffff"
  174. },
  175. "tabBar": {
  176. "color": "#7A7E83",
  177. "selectedColor": "#00B760",
  178. "borderStyle": "black",
  179. "backgroundColor": "#ffffff",
  180. "height": "65px",
  181. "custom": true,
  182. "fontSize": "24rpx",
  183. "list": [
  184. {
  185. "pagePath": "pages/index/resume",
  186. "text": "简历",
  187. "iconPath": "/static/img/resume.png",
  188. "selectedIconPath": "/static/img/resume-fill.png"
  189. },
  190. {
  191. "pagePath": "pages/index/position",
  192. "text": "求职",
  193. "iconPath": "/static/img/position.png",
  194. "selectedIconPath": "/static/img/position-fill.png"
  195. },
  196. {
  197. "pagePath": "pages/index/communicate",
  198. "text": "沟通",
  199. "iconPath": "/static/img/message.png",
  200. "selectedIconPath": "/static/img/message-fill.png"
  201. },
  202. {
  203. "pagePath": "pages/index/my",
  204. "text": "企业",
  205. "iconPath": "/static/img/company.png",
  206. "selectedIconPath": "/static/img/company-fill.png"
  207. }
  208. ]
  209. }
  210. }