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

186 lines
3.2 KiB

8 months ago
7 months ago
8 months ago
8 months ago
7 months ago
8 months ago
8 months ago
7 months ago
8 months ago
7 months ago
8 months ago
7 months ago
8 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 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. "navigationBarTextStyle": "white"
  126. }
  127. },
  128. {
  129. "path": "mine/fans",
  130. "style": {
  131. "enablePullDownRefresh" : true
  132. }
  133. },
  134. {
  135. "path": "mine/promotion"
  136. },
  137. {
  138. "path": "scenicSpot/scenicSpotDetail",
  139. "style": {
  140. "enablePullDownRefresh" : true
  141. }
  142. },
  143. {
  144. "path": "gourmet/gourmetDetail",
  145. "style": {
  146. "enablePullDownRefresh" : true
  147. }
  148. },
  149. {
  150. "path": "mine/allUser",
  151. "style": {
  152. "enablePullDownRefresh" : true
  153. }
  154. },
  155. {
  156. "path": "car/carList",
  157. "style": {
  158. "enablePullDownRefresh" : true
  159. }
  160. },
  161. {
  162. "path": "car/carListDetail",
  163. "style": {
  164. "enablePullDownRefresh" : true
  165. }
  166. }
  167. ]
  168. }],
  169. "globalStyle": {
  170. "navigationBarTextStyle": "black",
  171. "navigationBarTitleText": "酒店桌布",
  172. "navigationBarBackgroundColor": "#F8F8F8",
  173. "backgroundColor": "#F8F8F8",
  174. "navigationStyle": "custom"
  175. },
  176. "uniIdRouter": {},
  177. "condition" : { //
  178. "current": 0, //(list )
  179. "list": [
  180. {
  181. "name": "", //
  182. "path": "", //
  183. "query": "" //onLoad
  184. }
  185. ]
  186. }
  187. }