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

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