pages.json 4.1 KB

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