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

215 lines
3.6 KiB

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