pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. },
  61. {
  62. "root": "packagePrize",
  63. "pages": [{
  64. "path": "bean/index"
  65. },
  66. {
  67. "path": "choice/index"
  68. },
  69. {
  70. "path": "coupon/use"
  71. },
  72. {
  73. "path": "coupon/detail"
  74. },
  75. {
  76. "path": "goods/detail"
  77. },
  78. {
  79. "path": "prize/index"
  80. },
  81. {
  82. "path": "ticket/index"
  83. },
  84. {
  85. "path": "rolling/index",
  86. "style": {
  87. "navigationBarTextStyle": "white"
  88. }
  89. }
  90. ]
  91. },
  92. {
  93. "root": "packageOperate",
  94. "pages": [{
  95. "path": "address/index"
  96. },
  97. {
  98. "path": "address/create"
  99. },
  100. {
  101. "path": "process/index"
  102. },
  103. {
  104. "path": "share/index"
  105. },
  106. {
  107. "path": "webview/index"
  108. },
  109. {
  110. "path": "activity/index"
  111. },
  112. {
  113. "path": "activity/record"
  114. },
  115. {
  116. "path": "activity/wxofficial"
  117. }
  118. ]
  119. },
  120. {
  121. "root": "packageOther",
  122. "pages": [{
  123. "path": "about/index"
  124. },
  125. {
  126. "path": "about/conceal"
  127. },
  128. {
  129. "path": "about/protect"
  130. },
  131. {
  132. "path": "rule/index"
  133. }
  134. ]
  135. }
  136. ],
  137. "preloadRule": {
  138. "pages/index/index": {
  139. "network": "all",
  140. "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
  141. },
  142. "pages/lucky/index": {
  143. "network": "all",
  144. "packages": ["packageOperate", "packageGoods", "packagePrize", "packageOther"]
  145. },
  146. "pages/ticketBox/detail": {
  147. "network": "all",
  148. "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
  149. }
  150. },
  151. "tabBar": {
  152. "custom": true,
  153. "color": "black",
  154. "backgroundColor": "#FFFFFF",
  155. "selectedColor": "red",
  156. "list": [{
  157. "pagePath": "pages/index/index",
  158. "text": "刮奖"
  159. }, {
  160. "pagePath": "pages/core/index",
  161. "text": "兑奖大厅"
  162. }, {
  163. "pagePath": "pages/activity/index",
  164. "text": "免费抽奖"
  165. }, {
  166. "pagePath": "pages/user/index",
  167. "text": "我的"
  168. }]
  169. },
  170. "globalStyle": {
  171. "navigationBarTextStyle": "black",
  172. "navigationBarTitleText": "盲票",
  173. "navigationBarBackgroundColor": "#ffffff",
  174. "backgroundColor": "#F8F8F8",
  175. "navigationStyle": "custom"
  176. }
  177. }