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

74 lines
1.1 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path" : "pages/index/order",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : ""
  14. }
  15. },
  16. {
  17. "path" : "pages/index/category",
  18. "style" :
  19. {
  20. "navigationBarTitleText" : ""
  21. }
  22. },
  23. {
  24. "path" : "pages/index/center",
  25. "style" :
  26. {
  27. "navigationBarTitleText" : ""
  28. }
  29. },
  30. {
  31. "path" : "pages/index/cart",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : ""
  35. }
  36. }
  37. ],
  38. "preloadRule" : {
  39. "pages/index/index" : {
  40. "network" : "all",
  41. "packages" : ["pages_order"]
  42. }
  43. },
  44. "subPackages": [
  45. {
  46. "root": "pages_order",
  47. "pages": [
  48. {
  49. "path": "order/orderDetail"
  50. },
  51. {
  52. "path": "mine/purse"
  53. },
  54. {
  55. "path": "mine/runningWater"
  56. },
  57. {
  58. "path": "mine/address"
  59. },
  60. {
  61. "path": "product/productDetail"
  62. }
  63. ]
  64. }
  65. ],
  66. "globalStyle": {
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "酒店桌布",
  69. "navigationBarBackgroundColor": "#F8F8F8",
  70. "backgroundColor": "#F8F8F8",
  71. "navigationStyle": "custom"
  72. },
  73. "uniIdRouter": {}
  74. }