酒店桌布为微信小程序
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.4 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
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "enablePullDownRefresh" : true
  7. }
  8. },
  9. {
  10. "path": "pages/index/order",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/category",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/index/center",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. },
  27. {
  28. "path": "pages/index/cart",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. }
  33. ],
  34. "preloadRule": {
  35. "pages/index/index": {
  36. "network": "all",
  37. "packages": ["pages_order"]
  38. }
  39. },
  40. "subPackages": [{
  41. "root": "pages_order",
  42. "pages": [{
  43. "path": "order/orderDetail"
  44. },
  45. {
  46. "path": "mine/purse"
  47. },
  48. {
  49. "path": "mine/runningWater"
  50. },
  51. {
  52. "path": "mine/address"
  53. },
  54. {
  55. "path": "product/productDetail"
  56. },
  57. {
  58. "path": "order/refundsOrExchange"
  59. },
  60. {
  61. "path": "auth/wxLogin"
  62. },
  63. {
  64. "path": "auth/wxUserInfo"
  65. },
  66. {
  67. "path": "auth/loginAndRegisterAndForgetPassword"
  68. },
  69. {
  70. "path": "mine/lease"
  71. },
  72. {
  73. "path": "order/applyLaundryStore"
  74. }
  75. ]
  76. }],
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "酒店桌布",
  80. "navigationBarBackgroundColor": "#F8F8F8",
  81. "backgroundColor": "#F8F8F8",
  82. "navigationStyle": "custom"
  83. },
  84. "uniIdRouter": {}
  85. }