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

72 lines
1.1 KiB

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. }],
  65. "globalStyle": {
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "",
  68. "navigationBarBackgroundColor": "#F8F8F8",
  69. "backgroundColor": "#F8F8F8",
  70. "navigationStyle": "custom"
  71. },
  72. "uniIdRouter": {}
  73. }