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

162 lines
2.6 KiB

8 months ago
8 months ago
8 months ago
8 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
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
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. "path": "order/orderDetail",
  32. "style": {
  33. "enablePullDownRefresh" : true
  34. }
  35. },
  36. {
  37. "path": "mine/purse"
  38. },
  39. {
  40. "path": "mine/runningWater"
  41. },
  42. {
  43. "path": "mine/address",
  44. "style": {
  45. "enablePullDownRefresh" : true
  46. }
  47. },
  48. {
  49. "path": "product/productDetail",
  50. "style": {
  51. "enablePullDownRefresh" : true
  52. }
  53. },
  54. {
  55. "path": "order/refundsOrExchange"
  56. },
  57. {
  58. "path": "auth/wxLogin"
  59. },
  60. {
  61. "path": "auth/wxUserInfo"
  62. },
  63. {
  64. "path": "auth/loginAndRegisterAndForgetPassword"
  65. },
  66. {
  67. "path": "order/order"
  68. },
  69. {
  70. "path": "mine/cart"
  71. },
  72. {
  73. "path": "service/carefree"
  74. },
  75. {
  76. "path": "service/applyRelic",
  77. "style": {
  78. "enablePullDownRefresh" : true
  79. }
  80. },
  81. {
  82. "path": "service/tellList",
  83. "style": {
  84. "enablePullDownRefresh" : true
  85. }
  86. },
  87. {
  88. "path": "service/experience",
  89. "style": {
  90. "enablePullDownRefresh" : true
  91. }
  92. },
  93. {
  94. "path": "service/following",
  95. "style": {
  96. "enablePullDownRefresh" : true
  97. }
  98. },
  99. {
  100. "path": "mine/subscribe"
  101. },
  102. {
  103. "path": "product/productList",
  104. "style": {
  105. "enablePullDownRefresh" : true
  106. }
  107. },
  108. {
  109. "path": "service/StudyFurther",
  110. "style": {
  111. "enablePullDownRefresh" : true
  112. }
  113. },
  114. {
  115. "path": "service/situation"
  116. },
  117. {
  118. "path": "order/orderSubscribe"
  119. },
  120. {
  121. "path": "service/StudyAndPathDetail",
  122. "style": {
  123. "enablePullDownRefresh" : true
  124. }
  125. },
  126. {
  127. "path": "service/reservationDetail",
  128. "style": {
  129. "enablePullDownRefresh" : true
  130. }
  131. },
  132. {
  133. "path": "service/heritagePath",
  134. "style": {
  135. "enablePullDownRefresh" : true
  136. }
  137. },
  138. {
  139. "path": "service/articleDetail",
  140. "style": {
  141. "enablePullDownRefresh" : true
  142. }
  143. },
  144. {
  145. "path": "service/help"
  146. },
  147. {
  148. "path": "mine/volunteer"
  149. },
  150. {
  151. "path": "mine/collect"
  152. }
  153. ]
  154. }],
  155. "globalStyle": {
  156. "navigationBarTextStyle": "black",
  157. "navigationBarTitleText": "",
  158. "navigationBarBackgroundColor": "#F8F8F8",
  159. "backgroundColor": "#F8F8F8",
  160. "navigationStyle": "custom"
  161. },
  162. "uniIdRouter": {}
  163. }