特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

196 lines
3.2 KiB

4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
2 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
2 months ago
4 months ago
4 months ago
4 months ago
4 months ago
2 months ago
2 months ago
2 months ago
2 months ago
4 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTextStyle": "white",
  6. "enablePullDownRefresh": true
  7. }
  8. },
  9. {
  10. "path": "pages/index/consult",
  11. "style": {
  12. "enablePullDownRefresh": true
  13. }
  14. },
  15. {
  16. "path": "pages/index/keepAccounts",
  17. "style": {
  18. "enablePullDownRefresh": true
  19. }
  20. },
  21. {
  22. "path": "pages/index/center",
  23. "style": {
  24. "navigationBarTextStyle": "white"
  25. }
  26. }
  27. ],
  28. "preloadRule": {
  29. "pages/index/index": {
  30. "network": "all",
  31. "packages": ["pages_order"]
  32. }
  33. },
  34. "subPackages": [{
  35. "root": "pages_order",
  36. "pages": [{
  37. "path": "mine/purse"
  38. },
  39. {
  40. "path": "mine/runningWater"
  41. },
  42. {
  43. "path": "auth/wxLogin"
  44. },
  45. {
  46. "path": "auth/wxUserInfo"
  47. },
  48. {
  49. "path": "auth/loginAndRegisterAndForgetPassword"
  50. },
  51. {
  52. "path": "mine/help"
  53. },
  54. {
  55. "path": "work/workDetail",
  56. "style": {
  57. "enablePullDownRefresh": true
  58. }
  59. },
  60. {
  61. "path": "work/bossDetail",
  62. "style": {
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "mine/collect",
  68. "style": {
  69. "enablePullDownRefresh": true,
  70. "navigationBarTextStyle": "white"
  71. }
  72. },
  73. {
  74. "path": "mine/contactRecord",
  75. "style": {
  76. "navigationBarTextStyle": "white"
  77. }
  78. },
  79. {
  80. "path": "mine/releaseWork",
  81. "style": {
  82. "navigationBarTextStyle": "white"
  83. }
  84. },
  85. {
  86. "path": "mine/seeMy",
  87. "style": {
  88. "enablePullDownRefresh": true,
  89. "navigationBarTextStyle": "white"
  90. }
  91. },
  92. {
  93. "path": "mine/contract",
  94. "style": {
  95. "enablePullDownRefresh": true
  96. }
  97. },
  98. {
  99. "path": "mine/promotion"
  100. },
  101. {
  102. "path": "mine/IntegralRecord",
  103. "style": {
  104. "enablePullDownRefresh": true
  105. }
  106. },
  107. {
  108. "path": "mine/MemberRecharge",
  109. "style": {
  110. "enablePullDownRefresh": true
  111. }
  112. },
  113. {
  114. "path": "mine/GainPoints"
  115. },
  116. {
  117. "path": "kepp/AnnualExpenditure",
  118. "style": {
  119. "enablePullDownRefresh": true
  120. }
  121. },
  122. {
  123. "path": "kepp/MechanicProblem"
  124. },
  125. {
  126. "path": "work/workList",
  127. "style": {
  128. "enablePullDownRefresh": true
  129. }
  130. },
  131. {
  132. "path": "mine/setting"
  133. },
  134. {
  135. "path": "work/userDetail",
  136. "style": {
  137. "enablePullDownRefresh": true
  138. }
  139. },
  140. {
  141. "path": "auth/certification"
  142. },
  143. {
  144. "path": "work/jobPosting"
  145. },
  146. {
  147. "path": "kepp/keepAccountsDetail",
  148. "style": {
  149. "enablePullDownRefresh": true
  150. }
  151. },
  152. {
  153. "path": "mine/InvitationCredit"
  154. },
  155. {
  156. "path": "work/addResume"
  157. },
  158. {
  159. "path": "auth/switchIdentity"
  160. },
  161. {
  162. "path": "work/postConsult"
  163. },
  164. {
  165. "path": "mine/about"
  166. },
  167. {
  168. "path": "mine/redeemCode",
  169. "style": {
  170. "enablePullDownRefresh": true
  171. }
  172. },
  173. {
  174. "path": "kepp/addPriceEntryRecords"
  175. },
  176. {
  177. "path": "kepp/addWorkEntryRecords"
  178. },
  179. {
  180. "path": "mine/enterpriseInfo"
  181. },
  182. {
  183. "path": "auth/certificationEnterprise"
  184. }
  185. ]
  186. }],
  187. "globalStyle": {
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "酒店桌布",
  190. "navigationBarBackgroundColor": "#F8F8F8",
  191. "backgroundColor": "#F8F8F8",
  192. "navigationStyle": "custom"
  193. },
  194. "uniIdRouter": {}
  195. }