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

92 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/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/withdraw"
  65. },
  66. {
  67. "path": "mine/team"
  68. },
  69. {
  70. "path": "mine/service"
  71. },
  72. {
  73. "path": "auth/wxLogin"
  74. },
  75. {
  76. "path": "auth/wxUserInfo"
  77. },
  78. {
  79. "path": "auth/loginAndRegisterAndForgetPassword"
  80. }
  81. ]
  82. }],
  83. "globalStyle": {
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "酒店桌布",
  86. "navigationBarBackgroundColor": "#F8F8F8",
  87. "backgroundColor": "#F8F8F8",
  88. "navigationStyle": "custom"
  89. },
  90. "uniIdRouter": {}
  91. }