pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. },
  5. {
  6. "path": "pages/core/index"
  7. },
  8. {
  9. "path": "pages/user/index"
  10. },
  11. {
  12. "path": "pages/login/index"
  13. },
  14. {
  15. "path": "pages/login/code"
  16. },
  17. {
  18. "path": "pages/lucky/index"
  19. },
  20. {
  21. "path": "pages/ticketBox/detail"
  22. },
  23. {
  24. "path": "pages/activity/index"
  25. }
  26. ],
  27. "subPackages": [{
  28. "root": "packageGoods",
  29. "pages": [{
  30. "path": "core/index"
  31. },
  32. {
  33. "path": "coupon/index"
  34. },
  35. {
  36. "path": "goods/company"
  37. },
  38. {
  39. "path": "goods/detail"
  40. },
  41. {
  42. "path": "order/index"
  43. },
  44. {
  45. "path": "order/detail"
  46. },
  47. {
  48. "path": "order/logistics"
  49. },
  50. {
  51. "path": "order/settlement"
  52. },
  53. {
  54. "path": "ticket/index"
  55. }
  56. ]
  57. },
  58. {
  59. "root": "packagePrize",
  60. "pages": [{
  61. "path": "bean/index"
  62. },
  63. {
  64. "path": "choice/index"
  65. },
  66. {
  67. "path": "coupon/use"
  68. },
  69. {
  70. "path": "coupon/detail"
  71. },
  72. {
  73. "path": "goods/detail"
  74. },
  75. {
  76. "path": "prize/index"
  77. },
  78. {
  79. "path": "ticket/index"
  80. }
  81. ]
  82. },
  83. {
  84. "root": "packageOperate",
  85. "pages": [{
  86. "path": "address/index"
  87. },
  88. {
  89. "path": "address/create"
  90. },
  91. {
  92. "path": "process/index"
  93. },
  94. {
  95. "path": "share/index"
  96. },
  97. {
  98. "path": "webview/index"
  99. }
  100. ]
  101. },
  102. {
  103. "root": "packageOther",
  104. "pages": [{
  105. "path": "about/index"
  106. },
  107. {
  108. "path": "about/conceal"
  109. },
  110. {
  111. "path": "about/protect"
  112. },
  113. {
  114. "path": "rule/index"
  115. }
  116. ]
  117. }
  118. ],
  119. "preloadRule": {
  120. "pages/index/index": {
  121. "network": "all",
  122. "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
  123. },
  124. "pages/lucky/index": {
  125. "network": "all",
  126. "packages": ["packageOperate", "packageGoods", "packagePrize", "packageOther"]
  127. },
  128. "pages/ticketBox/detail": {
  129. "network": "all",
  130. "packages": ["packageGoods", "packagePrize", "packageOperate", "packageOther"]
  131. }
  132. },
  133. "tabBar": {
  134. "custom": true,
  135. "color": "black",
  136. "backgroundColor": "#FFFFFF",
  137. "selectedColor": "red",
  138. "list": [{
  139. "pagePath": "pages/index/index",
  140. "text": "刮奖"
  141. }, {
  142. "pagePath": "pages/core/index",
  143. "text": "兑奖大厅"
  144. }, {
  145. "pagePath": "pages/activity/index",
  146. "text": "免费抽奖"
  147. }, {
  148. "pagePath": "pages/user/index",
  149. "text": "我的"
  150. }]
  151. },
  152. "globalStyle": {
  153. "navigationBarTextStyle": "black",
  154. "navigationBarTitleText": "盲票",
  155. "navigationBarBackgroundColor": "#ffffff",
  156. "backgroundColor": "#F8F8F8",
  157. "navigationStyle": "custom"
  158. }
  159. }