pages.json 3.1 KB

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