瑶都万能墙
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.

123 lines
2.0 KiB

8 months ago
8 months ago
8 months ago
7 months ago
8 months ago
8 months 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/activity",
  16. "style": {
  17. "navigationBarTitleText": ""
  18. }
  19. },
  20. {
  21. "path": "pages/index/message",
  22. "style": {
  23. "navigationBarTitleText": ""
  24. }
  25. },
  26. {
  27. "path": "pages/index/category",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path": "pages/index/center",
  34. "style": {
  35. "navigationBarTitleText": ""
  36. }
  37. },
  38. {
  39. "path": "pages/index/cart",
  40. "style": {
  41. "navigationBarTitleText": ""
  42. }
  43. }
  44. ],
  45. "preloadRule": {
  46. "pages/index/index": {
  47. "network": "all",
  48. "packages": ["pages_order"]
  49. }
  50. },
  51. "subPackages": [{
  52. "root": "pages_order",
  53. "pages": [{
  54. "path": "order/orderDetail"
  55. },
  56. {
  57. "path": "mine/purse"
  58. },
  59. {
  60. "path": "mine/runningWater"
  61. },
  62. {
  63. "path": "mine/address"
  64. },
  65. {
  66. "path": "product/productDetail"
  67. },
  68. {
  69. "path": "auth/wxLogin"
  70. },
  71. {
  72. "path": "auth/wxUserInfo"
  73. },
  74. {
  75. "path": "auth/loginAndRegisterAndForgetPassword"
  76. },
  77. {
  78. "path": "mine/help"
  79. },
  80. {
  81. "path": "renting/rentingList"
  82. },
  83. {
  84. "path": "renting/rentingDetail"
  85. },
  86. {
  87. "path": "renting/addRenting"
  88. },
  89. {
  90. "path": "recruit/recruitList"
  91. },
  92. {
  93. "path": "recruit/addRecruit"
  94. },
  95. {
  96. "path": "recruit/recruitDetail"
  97. },
  98. {
  99. "path": "post/postDetail"
  100. },
  101. {
  102. "path": "post/addPost"
  103. }
  104. ]
  105. }],
  106. "globalStyle": {
  107. "navigationBarTextStyle": "black",
  108. "navigationBarTitleText": "酒店桌布",
  109. "navigationBarBackgroundColor": "#F8F8F8",
  110. "backgroundColor": "#F8F8F8",
  111. "navigationStyle": "custom"
  112. },
  113. "uniIdRouter": {},
  114. "condition" : { //
  115. "current": 0, //(list )
  116. "list": [
  117. {
  118. "name": "", //
  119. "path": "", //
  120. "query": "" //onLoad
  121. }
  122. ]
  123. }
  124. }