pages.json 5.0 KB

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