pages.json 3.6 KB

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