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

185 lines
3.1 KiB

9 months ago
9 months ago
9 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 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/address",
  51. "style": {
  52. "enablePullDownRefresh" : true
  53. }
  54. },
  55. {
  56. "path": "mine/setting"
  57. },
  58. {
  59. "path": "order/order",
  60. "style": {
  61. "enablePullDownRefresh" : true
  62. }
  63. },
  64. {
  65. "path": "order/orderDetail",
  66. "style": {
  67. "enablePullDownRefresh" : true
  68. }
  69. },
  70. {
  71. "path": "renting/rentingList",
  72. "style": {
  73. "enablePullDownRefresh" : true
  74. }
  75. },
  76. {
  77. "path": "renting/rentingDetail",
  78. "style": {
  79. "enablePullDownRefresh" : true
  80. }
  81. },
  82. {
  83. "path": "renting/addRenting"
  84. },
  85. {
  86. "path": "work/workList",
  87. "style": {
  88. "enablePullDownRefresh" : true
  89. }
  90. },
  91. {
  92. "path": "work/addWork"
  93. },
  94. {
  95. "path": "work/workDetail",
  96. "style": {
  97. "enablePullDownRefresh" : true
  98. }
  99. },
  100. {
  101. "path": "post/postDetail",
  102. "style": {
  103. "enablePullDownRefresh" : true
  104. }
  105. },
  106. {
  107. "path": "post/addPost"
  108. },
  109. {
  110. "path": "gourmet/gourmetList",
  111. "style": {
  112. "enablePullDownRefresh" : true
  113. }
  114. },
  115. {
  116. "path": "activity/activityDetail",
  117. "style": {
  118. "enablePullDownRefresh" : true
  119. }
  120. },
  121. {
  122. "path": "scenicSpot/scenicSpotList",
  123. "style": {
  124. "enablePullDownRefresh" : true
  125. }
  126. },
  127. {
  128. "path": "mine/fans",
  129. "style": {
  130. "enablePullDownRefresh" : true
  131. }
  132. },
  133. {
  134. "path": "mine/promotion"
  135. },
  136. {
  137. "path": "scenicSpot/scenicSpotDetail",
  138. "style": {
  139. "enablePullDownRefresh" : true
  140. }
  141. },
  142. {
  143. "path": "gourmet/gourmetDetail",
  144. "style": {
  145. "enablePullDownRefresh" : true
  146. }
  147. },
  148. {
  149. "path": "mine/allUser",
  150. "style": {
  151. "enablePullDownRefresh" : true
  152. }
  153. },
  154. {
  155. "path": "car/carList",
  156. "style": {
  157. "enablePullDownRefresh" : true
  158. }
  159. },
  160. {
  161. "path": "car/carListDetail",
  162. "style": {
  163. "enablePullDownRefresh" : true
  164. }
  165. }
  166. ]
  167. }],
  168. "globalStyle": {
  169. "navigationBarTextStyle": "black",
  170. "navigationBarTitleText": "酒店桌布",
  171. "navigationBarBackgroundColor": "#F8F8F8",
  172. "backgroundColor": "#F8F8F8",
  173. "navigationStyle": "custom"
  174. },
  175. "uniIdRouter": {},
  176. "condition" : { //
  177. "current": 0, //(list )
  178. "list": [
  179. {
  180. "name": "", //
  181. "path": "", //
  182. "query": "" //onLoad
  183. }
  184. ]
  185. }
  186. }