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

165 lines
2.8 KiB

8 months ago
7 months ago
8 months ago
8 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
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/order",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/activity",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/message",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/index/category",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path": "pages/index/center",
  34. "style": {
  35. "enablePullDownRefresh" : true
  36. }
  37. },
  38. {
  39. "path": "pages/index/cart",
  40. "style": {
  41. "navigationBarTitleText": ""
  42. }
  43. }
  44. ],
  45. "preloadRule": {
  46. "pages/index/index": {
  47. "network": "all",
  48. "packages": ["pages_order"]
  49. }
  50. },
  51. "subPackages": [{
  52. "root": "pages_order",
  53. "pages": [{
  54. "path": "order/orderDetail"
  55. },
  56. {
  57. "path": "mine/purse"
  58. },
  59. {
  60. "path": "mine/runningWater"
  61. },
  62. {
  63. "path": "mine/address"
  64. },
  65. {
  66. "path": "product/productDetail"
  67. },
  68. {
  69. "path": "auth/wxLogin"
  70. },
  71. {
  72. "path": "auth/wxUserInfo"
  73. },
  74. {
  75. "path": "auth/loginAndRegisterAndForgetPassword"
  76. },
  77. {
  78. "path": "mine/help"
  79. },
  80. {
  81. "path": "renting/rentingList",
  82. "style": {
  83. "enablePullDownRefresh" : true
  84. }
  85. },
  86. {
  87. "path": "renting/rentingDetail",
  88. "style": {
  89. "enablePullDownRefresh" : true
  90. }
  91. },
  92. {
  93. "path": "renting/addRenting"
  94. },
  95. {
  96. "path": "work/workList",
  97. "style": {
  98. "enablePullDownRefresh" : true
  99. }
  100. },
  101. {
  102. "path": "work/addWork"
  103. },
  104. {
  105. "path": "work/workDetail",
  106. "style": {
  107. "enablePullDownRefresh" : true
  108. }
  109. },
  110. {
  111. "path": "post/postDetail",
  112. "style": {
  113. "enablePullDownRefresh" : true
  114. }
  115. },
  116. {
  117. "path": "post/addPost"
  118. },
  119. {
  120. "path": "gourmet/gourmetList",
  121. "style": {
  122. "enablePullDownRefresh" : true
  123. }
  124. },
  125. {
  126. "path": "activity/activityDetail",
  127. "style": {
  128. "enablePullDownRefresh" : true
  129. }
  130. },
  131. {
  132. "path": "scenicSpot/scenicSpotList",
  133. "style": {
  134. "enablePullDownRefresh" : true
  135. }
  136. },
  137. {
  138. "path": "mine/fans",
  139. "style": {
  140. "enablePullDownRefresh" : true
  141. }
  142. },
  143. {
  144. "path": "mine/promotion"
  145. }
  146. ]
  147. }],
  148. "globalStyle": {
  149. "navigationBarTextStyle": "black",
  150. "navigationBarTitleText": "酒店桌布",
  151. "navigationBarBackgroundColor": "#F8F8F8",
  152. "backgroundColor": "#F8F8F8",
  153. "navigationStyle": "custom"
  154. },
  155. "uniIdRouter": {},
  156. "condition" : { //
  157. "current": 0, //(list )
  158. "list": [
  159. {
  160. "name": "", //
  161. "path": "", //
  162. "query": "" //onLoad
  163. }
  164. ]
  165. }
  166. }