裂变星小程序-25.03.04
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.3 KiB

1 month ago
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/record",
  10. "style": {
  11. "navigationBarTitleText": ""
  12. }
  13. },
  14. {
  15. "path": "pages/index/center",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. }
  20. ],
  21. "preloadRule": {
  22. "pages/index/index": {
  23. "network": "all",
  24. "packages": ["pages_order"]
  25. }
  26. },
  27. "subPackages": [{
  28. "root": "pages_order",
  29. "pages": [
  30. {
  31. "path": "record/personalSharing"
  32. },
  33. {
  34. "path": "record/videoSharing"
  35. },
  36. {
  37. "path": "record/groupSharing"
  38. },
  39. {
  40. "path": "record/articleSharing"
  41. },
  42. {
  43. "path": "record/orderDetail"
  44. },
  45. {
  46. "path": "mine/purse"
  47. },
  48. {
  49. "path": "mine/runningWater"
  50. },
  51. {
  52. "path": "mine/address"
  53. },
  54. {
  55. "path": "product/productDetail"
  56. },
  57. {
  58. "path": "record/refundsOrExchange"
  59. },
  60. {
  61. "path": "auth/wxLogin"
  62. },
  63. {
  64. "path": "auth/wxUserInfo"
  65. },
  66. {
  67. "path": "auth/loginAndRegisterAndForgetPassword"
  68. },
  69. {
  70. "path": "mine/help"
  71. },
  72. {
  73. "path": "mine/promotion"
  74. }
  75. ]
  76. }],
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "酒店桌布",
  80. "navigationBarBackgroundColor": "#F8F8F8",
  81. "backgroundColor": "#F8F8F8",
  82. "navigationStyle": "custom"
  83. },
  84. "uniIdRouter": {}
  85. }