景徳镇旅游微信小程序
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.

166 lines
2.7 KiB

8 months ago
8 months ago
8 months ago
8 months ago
3 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
3 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
5 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "enablePullDownRefresh" : true
  7. }
  8. },
  9. {
  10. "path": "pages/index/center",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/tourGuide",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. }
  21. ],
  22. "preloadRule": {
  23. "pages/index/index": {
  24. "network": "all",
  25. "packages": ["pages_order"]
  26. }
  27. },
  28. "subPackages": [{
  29. "root": "pages_order",
  30. "pages": [
  31. {
  32. "path": "order/orderDetail",
  33. "style": {
  34. "enablePullDownRefresh" : true
  35. }
  36. },
  37. {
  38. "path": "mine/address",
  39. "style": {
  40. "enablePullDownRefresh" : true
  41. }
  42. },
  43. {
  44. "path": "product/productDetail",
  45. "style": {
  46. "enablePullDownRefresh" : true
  47. }
  48. },
  49. {
  50. "path": "auth/wxLogin"
  51. },
  52. {
  53. "path": "auth/wxUserInfo"
  54. },
  55. {
  56. "path": "order/order"
  57. },
  58. {
  59. "path": "mine/cart"
  60. },
  61. {
  62. "path": "service/carefree"
  63. },
  64. {
  65. "path": "service/applyRelic",
  66. "style": {
  67. "enablePullDownRefresh" : true
  68. }
  69. },
  70. {
  71. "path": "service/newsList",
  72. "style": {
  73. "enablePullDownRefresh" : true
  74. }
  75. },
  76. {
  77. "path": "service/newsDetail",
  78. "style": {
  79. "enablePullDownRefresh" : true
  80. }
  81. },
  82. {
  83. "path": "service/tellList",
  84. "style": {
  85. "enablePullDownRefresh" : true
  86. }
  87. },
  88. {
  89. "path": "service/experience",
  90. "style": {
  91. "enablePullDownRefresh" : true
  92. }
  93. },
  94. {
  95. "path": "service/following",
  96. "style": {
  97. "enablePullDownRefresh" : true
  98. }
  99. },
  100. {
  101. "path": "mine/subscribe"
  102. },
  103. {
  104. "path": "product/productList",
  105. "style": {
  106. "enablePullDownRefresh" : true
  107. }
  108. },
  109. {
  110. "path": "service/StudyFurther",
  111. "style": {
  112. "enablePullDownRefresh" : true
  113. }
  114. },
  115. {
  116. "path": "service/situation"
  117. },
  118. {
  119. "path": "order/orderSubscribe"
  120. },
  121. {
  122. "path": "service/StudyAndPathDetail",
  123. "style": {
  124. "enablePullDownRefresh" : true
  125. }
  126. },
  127. {
  128. "path": "service/reservationDetail",
  129. "style": {
  130. "enablePullDownRefresh" : true
  131. }
  132. },
  133. {
  134. "path": "service/heritagePath",
  135. "style": {
  136. "enablePullDownRefresh" : true
  137. }
  138. },
  139. {
  140. "path": "service/articleDetail",
  141. "style": {
  142. "enablePullDownRefresh" : true
  143. }
  144. },
  145. {
  146. "path": "service/help"
  147. },
  148. {
  149. "path": "mine/volunteer"
  150. },
  151. {
  152. "path": "mine/collect"
  153. },
  154. {
  155. "path": "service/areaDetail"
  156. }
  157. ]
  158. }],
  159. "globalStyle": {
  160. "navigationBarTextStyle": "black",
  161. "navigationBarTitleText": "",
  162. "navigationBarBackgroundColor": "#F8F8F8",
  163. "backgroundColor": "#F8F8F8",
  164. "navigationStyle": "custom"
  165. },
  166. "uniIdRouter": {}
  167. }