pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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": "resume/index",
  47. "style": {
  48. "navigationBarTitleText": "附件简历"
  49. }
  50. },
  51. {
  52. "path": "collect/index",
  53. "style": {
  54. "navigationBarTitleText": "我的收藏"
  55. }
  56. },
  57. {
  58. "path": "interview/index",
  59. "style": {
  60. "navigationBarTitleText": "面试管理"
  61. }
  62. },
  63. {
  64. "path": "seenMe/index",
  65. "style": {
  66. "navigationBarTitleText": "谁看过我"
  67. }
  68. },
  69. {
  70. "path": "info/index",
  71. "style": {
  72. "navigationBarTitleText": "个人信息"
  73. }
  74. },
  75. {
  76. "path": "recommendation/index",
  77. "style": {
  78. "navigationBarTitleText": "我的推荐"
  79. }
  80. },
  81. {
  82. "path": "chart/index",
  83. "style": {
  84. "navigationBarTitleText": "我的聊天"
  85. }
  86. }
  87. ]
  88. },
  89. {
  90. "root": "pagesB",
  91. "pages": [
  92. {
  93. "path": "companyDetail/index",
  94. "style": {
  95. "navigationBarTitleText": "企业详情"
  96. }
  97. },
  98. {
  99. "path": "positionDetail/index",
  100. "style": {
  101. "navigationBarTitleText": "职位详情"
  102. }
  103. },
  104. {
  105. "path": "agreement/user",
  106. "style": {
  107. "navigationBarTitleText": "用户协议"
  108. }
  109. },
  110. {
  111. "path": "agreement/privacy",
  112. "style": {
  113. "navigationBarTitleText": "隐私协议"
  114. }
  115. }
  116. ]
  117. }
  118. ],
  119. "globalStyle": {
  120. "navigationBarTextStyle": "black",
  121. "navigationBarTitleText": "门墩儿招聘",
  122. "navigationBarBackgroundColor": "#ffffff",
  123. "backgroundColor": "#ffffff"
  124. },
  125. "tabBar": {
  126. "color": "#7A7E83",
  127. "selectedColor": "#00897B",
  128. "borderStyle": "black",
  129. "backgroundColor": "#ffffff",
  130. "height": "65px",
  131. "fontSize": "24rpx",
  132. "custom": true,
  133. "list": [
  134. {
  135. "pagePath": "pages/index/position",
  136. "text": "求职",
  137. "iconPath": "/static/img/position.png",
  138. "selectedIconPath": "/static/img/position-fill.png"
  139. },
  140. {
  141. "pagePath": "pages/index/communicate",
  142. "text": "沟通",
  143. "iconPath": "/static/img/message.png",
  144. "selectedIconPath": "/static/img/message-fill.png"
  145. },
  146. {
  147. "pagePath": "pages/index/welfare",
  148. "text": "会员福利",
  149. "iconPath": "/static/img/welfare.png",
  150. "selectedIconPath": "/static/img/welfare.png"
  151. },
  152. {
  153. "pagePath": "pages/index/crowdsourcing",
  154. "text": "赏金",
  155. "iconPath": "/static/img/pin.png",
  156. "selectedIconPath": "/static/img/pin-fill.png"
  157. },
  158. {
  159. "pagePath": "pages/index/my",
  160. "text": "我的",
  161. "iconPath": "/static/img/my.png",
  162. "selectedIconPath": "/static/img/my-fill.png"
  163. }
  164. ]
  165. }
  166. }