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

84 lines
1.3 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
  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. {
  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. },
  42. {
  43. "path": "product/productDetail"
  44. },
  45. {
  46. "path": "order/refundsOrExchange"
  47. },
  48. {
  49. "path": "auth/wxLogin"
  50. },
  51. {
  52. "path": "auth/wxUserInfo"
  53. },
  54. {
  55. "path": "auth/loginAndRegisterAndForgetPassword"
  56. },
  57. {
  58. "path": "order/order"
  59. },
  60. {
  61. "path": "mine/cart"
  62. },
  63. {
  64. "path": "service/carefree"
  65. },
  66. {
  67. "path": "service/applyRelic"
  68. },
  69. {
  70. "path": "mine/subscribe"
  71. },
  72. {
  73. "path": "product/productList"
  74. }
  75. ]
  76. }],
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "",
  80. "navigationBarBackgroundColor": "#F8F8F8",
  81. "backgroundColor": "#F8F8F8",
  82. "navigationStyle": "custom"
  83. },
  84. "uniIdRouter": {}
  85. }