鸿宇研学生前端代码
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.

208 lines
3.4 KiB

3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
3 weeks ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/index/category",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/growing",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "componentPlaceholder": {
  20. "record-form-popup": "view"
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/index/partner",
  26. "style": {
  27. "navigationBarTitleText": ""
  28. }
  29. },
  30. {
  31. "path": "pages/index/center",
  32. "style": {
  33. "navigationBarTitleText": "",
  34. "componentPlaceholder": {
  35. "order-card": "view"
  36. }
  37. }
  38. }
  39. ],
  40. "preloadRule": {
  41. "pages/index/index": {
  42. "network": "all",
  43. "packages": ["pages_order"]
  44. }
  45. },
  46. "subPackages": [{
  47. "root": "pages_order",
  48. "pages": [
  49. {
  50. "path": "auth/wxLogin"
  51. },
  52. {
  53. "path": "auth/wxUserInfo"
  54. },
  55. {
  56. "path": "auth/loginAndRegisterAndForgetPassword"
  57. },
  58. {
  59. "path": "product/search",
  60. "style": {
  61. "enablePullDownRefresh": true
  62. }
  63. },
  64. {
  65. "path": "product/productDetail"
  66. },
  67. {
  68. "path": "product/collectList",
  69. "style": {
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "order/orderConfirm/index"
  75. },
  76. {
  77. "path": "order/orderPay/index"
  78. },
  79. {
  80. "path": "order/orderDetail/index",
  81. "style": {
  82. "enablePullDownRefresh": true
  83. }
  84. },
  85. {
  86. "path": "order/orderList/index",
  87. "style": {
  88. "enablePullDownRefresh": true
  89. }
  90. },
  91. {
  92. "path": "traveler/travelerList",
  93. "style": {
  94. "enablePullDownRefresh": true
  95. }
  96. },
  97. {
  98. "path": "coupon/couponSelect/index",
  99. "style": {
  100. "enablePullDownRefresh": true
  101. }
  102. },
  103. {
  104. "path": "coupon/couponList/index",
  105. "style": {
  106. "enablePullDownRefresh": true
  107. }
  108. },
  109. {
  110. "path": "comment/commentRecordsOfProduct",
  111. "style": {
  112. "enablePullDownRefresh": true
  113. }
  114. },
  115. {
  116. "path": "comment/commentRecords",
  117. "style": {
  118. "enablePullDownRefresh": true
  119. }
  120. },
  121. {
  122. "path": "growing/activity/search",
  123. "style": {
  124. "enablePullDownRefresh": true
  125. }
  126. },
  127. {
  128. "path": "growing/activity/index"
  129. },
  130. {
  131. "path": "growing/activity/markList",
  132. "style": {
  133. "enablePullDownRefresh": true
  134. }
  135. },
  136. {
  137. "path": "growing/activity/applyEmail"
  138. },
  139. {
  140. "path": "growing/achievement/index"
  141. },
  142. {
  143. "path": "member/memberList",
  144. "style": {
  145. "enablePullDownRefresh": true
  146. }
  147. },
  148. {
  149. "path": "member/memberBind",
  150. "style": {
  151. "enablePullDownRefresh": true
  152. }
  153. },
  154. {
  155. "path": "member/switch",
  156. "style": {
  157. "enablePullDownRefresh": true
  158. }
  159. },
  160. {
  161. "path": "live/list",
  162. "style": {
  163. "enablePullDownRefresh": true
  164. }
  165. },
  166. {
  167. "path": "live/index",
  168. "style": {
  169. "enablePullDownRefresh": true
  170. }
  171. },
  172. {
  173. "path": "partner/apply"
  174. },
  175. {
  176. "path": "partner/team"
  177. },
  178. {
  179. "path": "partner/withdraw"
  180. },
  181. {
  182. "path": "article/search",
  183. "style": {
  184. "enablePullDownRefresh": true
  185. }
  186. },
  187. {
  188. "path": "article/index"
  189. },
  190. {
  191. "path": "message/list",
  192. "style": {
  193. "enablePullDownRefresh": true
  194. }
  195. },
  196. {
  197. "path": "message/index"
  198. }
  199. ]
  200. }],
  201. "globalStyle": {
  202. "navigationBarTextStyle": "black",
  203. "navigationBarTitleText": "鸿宇研学生",
  204. "navigationBarBackgroundColor": "#F8F8F8",
  205. "backgroundColor": "#F8F8F8",
  206. "navigationStyle": "custom"
  207. },
  208. "uniIdRouter": {}
  209. }