pages.json 3.1 KB

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