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

113 lines
1.7 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": "sharing/personal"
  44. },
  45. {
  46. "path": "sharing/video"
  47. },
  48. {
  49. "path": "sharing/group"
  50. },
  51. {
  52. "path": "sharing/article"
  53. },
  54. {
  55. "path": "mine/setting"
  56. },
  57. {
  58. "path": "mine/sharing"
  59. },
  60. {
  61. "path": "mine/wallet"
  62. },
  63. {
  64. "path": "mine/team"
  65. },
  66. {
  67. "path": "mine/service"
  68. },
  69. {
  70. "path": "record/orderDetail"
  71. },
  72. {
  73. "path": "mine/purse"
  74. },
  75. {
  76. "path": "mine/runningWater"
  77. },
  78. {
  79. "path": "mine/address"
  80. },
  81. {
  82. "path": "product/productDetail"
  83. },
  84. {
  85. "path": "record/refundsOrExchange"
  86. },
  87. {
  88. "path": "auth/wxLogin"
  89. },
  90. {
  91. "path": "auth/wxUserInfo"
  92. },
  93. {
  94. "path": "auth/loginAndRegisterAndForgetPassword"
  95. },
  96. {
  97. "path": "mine/help"
  98. },
  99. {
  100. "path": "mine/promotion"
  101. }
  102. ]
  103. }],
  104. "globalStyle": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "酒店桌布",
  107. "navigationBarBackgroundColor": "#F8F8F8",
  108. "backgroundColor": "#F8F8F8",
  109. "navigationStyle": "custom"
  110. },
  111. "uniIdRouter": {}
  112. }