pages.json 3.1 KB

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