瑶都万能墙
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.

198 lines
3.3 KiB

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
3 months ago
3 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
4 months ago
3 months ago
3 months ago
4 months ago
4 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh" : true
  6. }
  7. },
  8. {
  9. "path": "pages/index/activity",
  10. "style": {
  11. "enablePullDownRefresh" : true
  12. }
  13. },
  14. {
  15. "path": "pages/index/center",
  16. "style": {
  17. "enablePullDownRefresh" : true
  18. }
  19. },
  20. {
  21. "path" : "pages/index/product",
  22. "style" :
  23. {
  24. "enablePullDownRefresh" : true
  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. {
  38. "path": "auth/wxLogin"
  39. },
  40. {
  41. "path": "auth/wxUserInfo"
  42. },
  43. {
  44. "path": "product/productDetail",
  45. "style": {
  46. "enablePullDownRefresh" : true
  47. }
  48. },
  49. {
  50. "path": "mine/runningWater",
  51. "style": {
  52. "enablePullDownRefresh" : true
  53. }
  54. },
  55. {
  56. "path": "mine/address",
  57. "style": {
  58. "enablePullDownRefresh" : true
  59. }
  60. },
  61. {
  62. "path": "mine/setting"
  63. },
  64. {
  65. "path": "order/order",
  66. "style": {
  67. "enablePullDownRefresh" : true
  68. }
  69. },
  70. {
  71. "path": "order/orderDetail",
  72. "style": {
  73. "enablePullDownRefresh" : true
  74. }
  75. },
  76. {
  77. "path": "renting/rentingList",
  78. "style": {
  79. "enablePullDownRefresh" : true
  80. }
  81. },
  82. {
  83. "path": "renting/rentingDetail",
  84. "style": {
  85. "enablePullDownRefresh" : true
  86. }
  87. },
  88. {
  89. "path": "renting/addRenting"
  90. },
  91. {
  92. "path": "work/workList",
  93. "style": {
  94. "enablePullDownRefresh" : true
  95. }
  96. },
  97. {
  98. "path": "work/addWork"
  99. },
  100. {
  101. "path": "work/workDetail",
  102. "style": {
  103. "enablePullDownRefresh" : true
  104. }
  105. },
  106. {
  107. "path": "post/postDetail",
  108. "style": {
  109. "enablePullDownRefresh" : true
  110. }
  111. },
  112. {
  113. "path": "post/addPost"
  114. },
  115. {
  116. "path": "gourmet/gourmetList",
  117. "style": {
  118. "enablePullDownRefresh" : true
  119. }
  120. },
  121. {
  122. "path": "activity/activityDetail",
  123. "style": {
  124. "enablePullDownRefresh" : true
  125. }
  126. },
  127. {
  128. "path": "scenicSpot/scenicSpotList",
  129. "style": {
  130. "enablePullDownRefresh" : true,
  131. "navigationBarTextStyle": "white"
  132. }
  133. },
  134. {
  135. "path": "mine/fans",
  136. "style": {
  137. "enablePullDownRefresh" : true
  138. }
  139. },
  140. {
  141. "path": "mine/promotion"
  142. },
  143. {
  144. "path": "scenicSpot/scenicSpotDetail",
  145. "style": {
  146. "enablePullDownRefresh" : true
  147. }
  148. },
  149. {
  150. "path": "gourmet/gourmetDetail",
  151. "style": {
  152. "enablePullDownRefresh" : true
  153. }
  154. },
  155. {
  156. "path": "mine/allUser",
  157. "style": {
  158. "enablePullDownRefresh" : true
  159. }
  160. },
  161. {
  162. "path": "car/carList",
  163. "style": {
  164. "enablePullDownRefresh" : true
  165. }
  166. },
  167. {
  168. "path": "car/carListDetail",
  169. "style": {
  170. "enablePullDownRefresh" : true
  171. }
  172. },
  173. {
  174. "path": "car/addCar"
  175. },
  176. {
  177. "path": "notice/noticeDetail"
  178. }
  179. ]
  180. }],
  181. "globalStyle": {
  182. "navigationBarTextStyle": "black",
  183. "navigationBarTitleText": "酒店桌布",
  184. "navigationBarBackgroundColor": "#F8F8F8",
  185. "backgroundColor": "#F8F8F8",
  186. "navigationStyle": "custom"
  187. },
  188. "uniIdRouter": {},
  189. "condition" : { //
  190. "current": 0, //(list )
  191. "list": [
  192. {
  193. "name": "", //
  194. "path": "", //
  195. "query": "" //onLoad
  196. }
  197. ]
  198. }
  199. }