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

113 lines
1.7 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 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. }
  7. },
  8. {
  9. "path": "pages/index/center",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/tourGuide",
  16. "style": {
  17. "navigationBarTitleText": ""
  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. "path": "order/orderDetail"
  31. },
  32. {
  33. "path": "mine/purse"
  34. },
  35. {
  36. "path": "mine/runningWater"
  37. },
  38. {
  39. "path": "mine/address"
  40. },
  41. {
  42. "path": "product/productDetail"
  43. },
  44. {
  45. "path": "order/refundsOrExchange"
  46. },
  47. {
  48. "path": "auth/wxLogin"
  49. },
  50. {
  51. "path": "auth/wxUserInfo"
  52. },
  53. {
  54. "path": "auth/loginAndRegisterAndForgetPassword"
  55. },
  56. {
  57. "path": "order/order"
  58. },
  59. {
  60. "path": "mine/cart"
  61. },
  62. {
  63. "path": "service/carefree"
  64. },
  65. {
  66. "path": "service/applyRelic"
  67. },
  68. {
  69. "path": "service/tellList"
  70. },
  71. {
  72. "path": "service/experience"
  73. },
  74. {
  75. "path": "service/following"
  76. },
  77. {
  78. "path": "mine/subscribe"
  79. },
  80. {
  81. "path": "product/productList"
  82. },
  83. {
  84. "path": "service/StudyFurther"
  85. },
  86. {
  87. "path": "service/situation"
  88. },
  89. {
  90. "path": "order/orderSubscribe"
  91. },
  92. {
  93. "path": "service/StudyAndPathDetail"
  94. },
  95. {
  96. "path": "service/reservationDetail"
  97. },
  98. {
  99. "path": "service/heritagePath"
  100. },
  101. {
  102. "path": "service/articleDetail"
  103. }
  104. ]
  105. }],
  106. "globalStyle": {
  107. "navigationBarTextStyle": "black",
  108. "navigationBarTitleText": "",
  109. "navigationBarBackgroundColor": "#F8F8F8",
  110. "backgroundColor": "#F8F8F8",
  111. "navigationStyle": "custom"
  112. },
  113. "uniIdRouter": {}
  114. }