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

160 lines
2.5 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. },
  61. {
  62. "path": "product/productDetail"
  63. },
  64. {
  65. "path": "product/collectList"
  66. },
  67. {
  68. "path": "order/orderConfirm/index"
  69. },
  70. {
  71. "path": "order/orderPay/index"
  72. },
  73. {
  74. "path": "order/orderDetail/index",
  75. "style": {
  76. "enablePullDownRefresh": true
  77. }
  78. },
  79. {
  80. "path": "order/orderList/index",
  81. "style": {
  82. "enablePullDownRefresh": true
  83. }
  84. },
  85. {
  86. "path": "traveler/travelerList"
  87. },
  88. {
  89. "path": "coupon/couponSelect/index"
  90. },
  91. {
  92. "path": "coupon/couponList/index"
  93. },
  94. {
  95. "path": "comment/commentRecordsOfProduct"
  96. },
  97. {
  98. "path": "comment/commentRecords"
  99. },
  100. {
  101. "path": "growing/activity/search"
  102. },
  103. {
  104. "path": "growing/activity/index"
  105. },
  106. {
  107. "path": "growing/activity/markList"
  108. },
  109. {
  110. "path": "growing/activity/applyEmail"
  111. },
  112. {
  113. "path": "growing/achievement/index"
  114. },
  115. {
  116. "path": "member/memberList"
  117. },
  118. {
  119. "path": "member/memberBind"
  120. },
  121. {
  122. "path": "member/switch"
  123. },
  124. {
  125. "path": "live/list"
  126. },
  127. {
  128. "path": "live/index"
  129. },
  130. {
  131. "path": "partner/apply"
  132. },
  133. {
  134. "path": "partner/team"
  135. },
  136. {
  137. "path": "partner/withdraw"
  138. },
  139. {
  140. "path": "article/search"
  141. },
  142. {
  143. "path": "article/index"
  144. },
  145. {
  146. "path": "message/list"
  147. },
  148. {
  149. "path": "message/index"
  150. }
  151. ]
  152. }],
  153. "globalStyle": {
  154. "navigationBarTextStyle": "black",
  155. "navigationBarTitleText": "鸿宇研学生",
  156. "navigationBarBackgroundColor": "#F8F8F8",
  157. "backgroundColor": "#F8F8F8",
  158. "navigationStyle": "custom"
  159. },
  160. "uniIdRouter": {}
  161. }