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

159 lines
2.6 KiB

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