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

211 lines
3.5 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
  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. "style": {
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "order/orderDetail/index",
  84. "style": {
  85. "enablePullDownRefresh": true
  86. }
  87. },
  88. {
  89. "path": "order/orderList/index",
  90. "style": {
  91. "enablePullDownRefresh": true
  92. }
  93. },
  94. {
  95. "path": "traveler/travelerList",
  96. "style": {
  97. "enablePullDownRefresh": true
  98. }
  99. },
  100. {
  101. "path": "coupon/couponSelect/index",
  102. "style": {
  103. "enablePullDownRefresh": true
  104. }
  105. },
  106. {
  107. "path": "coupon/couponList/index",
  108. "style": {
  109. "enablePullDownRefresh": true
  110. }
  111. },
  112. {
  113. "path": "comment/commentRecordsOfProduct",
  114. "style": {
  115. "enablePullDownRefresh": true
  116. }
  117. },
  118. {
  119. "path": "comment/commentRecords",
  120. "style": {
  121. "enablePullDownRefresh": true
  122. }
  123. },
  124. {
  125. "path": "growing/activity/search",
  126. "style": {
  127. "enablePullDownRefresh": true
  128. }
  129. },
  130. {
  131. "path": "growing/activity/index"
  132. },
  133. {
  134. "path": "growing/activity/markList",
  135. "style": {
  136. "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "growing/activity/applyEmail"
  141. },
  142. {
  143. "path": "growing/achievement/index"
  144. },
  145. {
  146. "path": "member/memberList",
  147. "style": {
  148. "enablePullDownRefresh": true
  149. }
  150. },
  151. {
  152. "path": "member/memberBind",
  153. "style": {
  154. "enablePullDownRefresh": true
  155. }
  156. },
  157. {
  158. "path": "member/switch",
  159. "style": {
  160. "enablePullDownRefresh": true
  161. }
  162. },
  163. {
  164. "path": "live/list",
  165. "style": {
  166. "enablePullDownRefresh": true
  167. }
  168. },
  169. {
  170. "path": "live/index",
  171. "style": {
  172. "enablePullDownRefresh": true
  173. }
  174. },
  175. {
  176. "path": "partner/apply"
  177. },
  178. {
  179. "path": "partner/team"
  180. },
  181. {
  182. "path": "partner/withdraw"
  183. },
  184. {
  185. "path": "article/search",
  186. "style": {
  187. "enablePullDownRefresh": true
  188. }
  189. },
  190. {
  191. "path": "article/index"
  192. },
  193. {
  194. "path": "message/list",
  195. "style": {
  196. "enablePullDownRefresh": true
  197. }
  198. },
  199. {
  200. "path": "message/index"
  201. }
  202. ]
  203. }],
  204. "globalStyle": {
  205. "navigationBarTextStyle": "black",
  206. "navigationBarTitleText": "鸿宇研学生",
  207. "navigationBarBackgroundColor": "#F8F8F8",
  208. "backgroundColor": "#F8F8F8",
  209. "navigationStyle": "custom"
  210. },
  211. "uniIdRouter": {}
  212. }