青蛙卖大米小程序2024-11-24
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.

87 lines
1.4 KiB

6 months ago
6 months ago
6 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": ""
  6. }
  7. },
  8. {
  9. "path": "pages/index/order",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/category",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/center",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/index/cart",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path" : "pages/index/member",
  34. "style" :
  35. {
  36. "navigationBarTitleText" : ""
  37. }
  38. }
  39. ],
  40. "preloadRule": {
  41. "pages/index/index": {
  42. "network": "all",
  43. "packages": ["pages_order"]
  44. }
  45. },
  46. "subPackages": [{
  47. "root": "pages_order",
  48. "pages": [{
  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. "path": "order/refundsOrExchange"
  65. },
  66. {
  67. "path": "auth/wxLogin"
  68. },
  69. {
  70. "path": "auth/wxUserInfo"
  71. },
  72. {
  73. "path": "auth/loginAndRegisterAndForgetPassword"
  74. },
  75. {
  76. "path": "mine/help"
  77. }
  78. ]
  79. }],
  80. "globalStyle": {
  81. "navigationBarTextStyle": "black",
  82. "navigationBarTitleText": "酒店桌布",
  83. "navigationBarBackgroundColor": "#F8F8F8",
  84. "backgroundColor": "#F8F8F8",
  85. "navigationStyle": "custom"
  86. },
  87. "uniIdRouter": {}
  88. }