小说小程序前端代码仓库(小程序)
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.

86 lines
1.4 KiB

1 month ago
1 month ago
1 month 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. "preloadRule": {
  34. "pages/index/index": {
  35. "network": "all",
  36. "packages": ["pages_order"]
  37. }
  38. },
  39. "subPackages": [{
  40. "root": "pages_order",
  41. "pages": [{
  42. "path": "order/orderDetail"
  43. },
  44. {
  45. "path": "mine/purse"
  46. },
  47. {
  48. "path": "mine/runningWater"
  49. },
  50. {
  51. "path": "mine/address"
  52. },
  53. {
  54. "path": "product/productDetail"
  55. },
  56. {
  57. "path": "author/editor"
  58. },
  59. {
  60. "path": "order/refundsOrExchange"
  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": "mine/promotion"
  76. }
  77. ]
  78. }],
  79. "globalStyle": {
  80. "navigationBarTextStyle": "black",
  81. "navigationBarTitleText": "酒店桌布",
  82. "navigationBarBackgroundColor": "#F8F8F8",
  83. "backgroundColor": "#F8F8F8",
  84. "navigationStyle": "custom"
  85. },
  86. "uniIdRouter": {}
  87. }