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

150 lines
2.4 KiB

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