酒店桌布为微信小程序
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.

105 lines
1.7 KiB

5 months ago
5 months ago
5 months ago
5 months ago
4 months ago
5 months ago
4 months ago
5 months ago
5 months ago
5 months ago
5 months ago
4 months ago
4 months ago
5 months ago
5 months ago
5 months ago
4 months ago
4 months ago
1 month ago
5 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. "enablePullDownRefresh" : true
  14. }
  15. },
  16. {
  17. "path": "pages/index/category",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh" : true
  21. }
  22. },
  23. {
  24. "path": "pages/index/center",
  25. "style": {
  26. "navigationBarTitleText": ""
  27. }
  28. },
  29. {
  30. "path": "pages/index/cart",
  31. "style": {
  32. "navigationBarTitleText": ""
  33. }
  34. }
  35. ],
  36. "preloadRule": {
  37. "pages/index/index": {
  38. "network": "all",
  39. "packages": ["pages_order"]
  40. }
  41. },
  42. "subPackages": [{
  43. "root": "pages_order",
  44. "pages": [
  45. {
  46. "path": "order/orderDetail",
  47. "style": {
  48. "enablePullDownRefresh" : true
  49. }
  50. },
  51. {
  52. "path": "mine/purse"
  53. },
  54. {
  55. "path": "mine/updateUserInfo"
  56. },
  57. {
  58. "path": "mine/runningWater"
  59. },
  60. {
  61. "path": "mine/address"
  62. },
  63. {
  64. "path": "product/productDetail"
  65. },
  66. {
  67. "path": "order/refundsOrExchange"
  68. },
  69. {
  70. "path": "auth/wxLogin"
  71. },
  72. {
  73. "path": "auth/wxUserInfo"
  74. },
  75. {
  76. "path": "auth/loginAndRegisterAndForgetPassword"
  77. },
  78. {
  79. "path": "mine/lease"
  80. },
  81. {
  82. "path": "order/applyLaundryStore"
  83. },
  84. {
  85. "path": "order/createWash"
  86. },
  87. {
  88. "path": "order/damageReport"
  89. },
  90. {
  91. "path": "mine/coupon"
  92. },
  93. {
  94. "path": "order/queryLogistics"
  95. }
  96. ]
  97. }],
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "酒店桌布",
  101. "navigationBarBackgroundColor": "#F8F8F8",
  102. "backgroundColor": "#F8F8F8",
  103. "navigationStyle": "custom"
  104. },
  105. "uniIdRouter": {}
  106. }