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

92 lines
1.5 KiB

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 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. "navigationBarTitleText": ""
  36. }
  37. }
  38. ],
  39. "preloadRule": {
  40. "pages/index/index": {
  41. "network": "all",
  42. "packages": ["pages_order"]
  43. }
  44. },
  45. "subPackages": [{
  46. "root": "pages_order",
  47. "pages": [{
  48. "path": "order/orderDetail"
  49. },
  50. {
  51. "path": "mine/purse"
  52. },
  53. {
  54. "path": "mine/runningWater"
  55. },
  56. {
  57. "path": "mine/address"
  58. },
  59. {
  60. "path": "product/productDetail"
  61. },
  62. {
  63. "path": "auth/wxLogin"
  64. },
  65. {
  66. "path": "auth/wxUserInfo"
  67. },
  68. {
  69. "path": "auth/loginAndRegisterAndForgetPassword"
  70. },
  71. {
  72. "path": "mine/help"
  73. },
  74. {
  75. "path": "home/journalism"
  76. },
  77. {
  78. "path": "mine/recommend"
  79. },
  80. {
  81. "path": "home/introduce"
  82. }
  83. ]
  84. }],
  85. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "酒店桌布",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8",
  90. "navigationStyle": "custom"
  91. },
  92. "uniIdRouter": {}
  93. }