pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTextStyle": "white"
  6. }
  7. },
  8. {
  9. "path": "pages/core/index"
  10. },
  11. {
  12. "path": "pages/user/index"
  13. },
  14. {
  15. "path": "pages/login/index"
  16. },
  17. {
  18. "path": "pages/login/code"
  19. },
  20. {
  21. "path": "pages/lucky/index"
  22. },
  23. {
  24. "path": "pages/ticketBox/detail"
  25. },
  26. {
  27. "path": "pages/activity/index"
  28. }
  29. ],
  30. "subPackages": [{
  31. "root": "packageGoods",
  32. "pages": [{
  33. "path": "core/index"
  34. },
  35. {
  36. "path": "coupon/index"
  37. },
  38. {
  39. "path": "goods/company"
  40. },
  41. {
  42. "path": "goods/detail"
  43. },
  44. {
  45. "path": "order/index"
  46. },
  47. {
  48. "path": "order/detail"
  49. },
  50. {
  51. "path": "order/logistics"
  52. },
  53. {
  54. "path": "order/settlement"
  55. },
  56. {
  57. "path": "ticket/index"
  58. },
  59. {
  60. "path": "recovery/index"
  61. },
  62. {
  63. "path": "recovery/detail"
  64. }
  65. ]
  66. },
  67. {
  68. "root": "packagePrize",
  69. "pages": [{
  70. "path": "bean/index"
  71. },
  72. {
  73. "path": "choice/index"
  74. },
  75. {
  76. "path": "coupon/use"
  77. },
  78. {
  79. "path": "coupon/detail"
  80. },
  81. {
  82. "path": "goods/detail"
  83. },
  84. {
  85. "path": "prize/index"
  86. },
  87. {
  88. "path": "ticket/index"
  89. },
  90. {
  91. "path": "rolling/index",
  92. "style": {
  93. "navigationBarTextStyle": "white"
  94. }
  95. }
  96. ]
  97. },
  98. {
  99. "root": "packageOperate",
  100. "pages": [{
  101. "path": "address/index"
  102. },
  103. {
  104. "path": "address/create"
  105. },
  106. {
  107. "path": "process/index"
  108. },
  109. {
  110. "path": "share/index"
  111. },
  112. {
  113. "path": "webview/index"
  114. },
  115. {
  116. "path": "activity/index"
  117. },
  118. {
  119. "path": "activity/record"
  120. },
  121. {
  122. "path": "activity/wxofficial"
  123. }
  124. ]
  125. },
  126. {
  127. "root": "packageOther",
  128. "pages": [{
  129. "path": "about/index"
  130. },
  131. {
  132. "path": "about/conceal"
  133. },
  134. {
  135. "path": "about/protect"
  136. },
  137. {
  138. "path": "rule/index"
  139. }
  140. ]
  141. }
  142. ],
  143. "preloadRule": {
  144. "pages/index/index": {
  145. "network": "all",
  146. "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
  147. },
  148. "pages/lucky/index": {
  149. "network": "all",
  150. "packages": ["packageOperate", "packageGoods", "packagePrize", "packageOther"]
  151. },
  152. "pages/ticketBox/detail": {
  153. "network": "all",
  154. "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
  155. }
  156. },
  157. "tabBar": {
  158. "custom": true,
  159. "color": "black",
  160. "backgroundColor": "#FFFFFF",
  161. "selectedColor": "red",
  162. "list": [{
  163. "pagePath": "pages/index/index",
  164. "text": "首页"
  165. }, {
  166. "pagePath": "pages/core/index",
  167. "text": "商城"
  168. }, {
  169. "pagePath": "pages/activity/index",
  170. "text": "免费抽奖"
  171. }, {
  172. "pagePath": "pages/user/index",
  173. "text": "我的"
  174. }]
  175. },
  176. "globalStyle": {
  177. "navigationBarTextStyle": "black",
  178. "navigationBarTitleText": "盲票",
  179. "navigationBarBackgroundColor": "#ffffff",
  180. "backgroundColor": "#F8F8F8",
  181. "navigationStyle": "custom"
  182. }
  183. }