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

96 lines
1.5 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. "enablePullDownRefresh": true
  13. }
  14. },
  15. {
  16. "path": "pages/index/center",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. }
  21. ],
  22. "preloadRule": {
  23. "pages/index/index": {
  24. "network": "all",
  25. "packages": ["pages_order"]
  26. }
  27. },
  28. "subPackages": [{
  29. "root": "pages_order",
  30. "pages": [
  31. {
  32. "path": "record/personalSharing"
  33. },
  34. {
  35. "path": "record/videoSharing"
  36. },
  37. {
  38. "path": "record/groupSharing"
  39. },
  40. {
  41. "path": "record/articleSharing"
  42. },
  43. {
  44. "path": "sharing/personal"
  45. },
  46. {
  47. "path": "sharing/video"
  48. },
  49. {
  50. "path": "sharing/group"
  51. },
  52. {
  53. "path": "sharing/article"
  54. },
  55. {
  56. "path": "mine/setting"
  57. },
  58. {
  59. "path": "mine/news"
  60. },
  61. {
  62. "path": "mine/sharing"
  63. },
  64. {
  65. "path": "mine/wallet"
  66. },
  67. {
  68. "path": "mine/withdraw"
  69. },
  70. {
  71. "path": "mine/team"
  72. },
  73. {
  74. "path": "mine/service"
  75. },
  76. {
  77. "path": "auth/wxLogin"
  78. },
  79. {
  80. "path": "auth/wxUserInfo"
  81. },
  82. {
  83. "path": "auth/loginAndRegisterAndForgetPassword"
  84. }
  85. ]
  86. }],
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "酒店桌布",
  90. "navigationBarBackgroundColor": "#F8F8F8",
  91. "backgroundColor": "#F8F8F8",
  92. "navigationStyle": "custom"
  93. },
  94. "uniIdRouter": {}
  95. }