pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. "subPackages": [{
  19. "root": "packageGoods",
  20. "pages": [{
  21. "path": "core/index"
  22. },
  23. {
  24. "path": "coupon/index"
  25. },
  26. {
  27. "path": "goods/company"
  28. },
  29. {
  30. "path": "goods/detail"
  31. },
  32. {
  33. "path": "order/index"
  34. },
  35. {
  36. "path": "order/detail"
  37. },
  38. {
  39. "path": "order/logistics"
  40. },
  41. {
  42. "path": "order/settlement"
  43. },
  44. {
  45. "path": "ticket/index"
  46. },
  47. {
  48. "path": "ticket/detail"
  49. }
  50. ]
  51. },
  52. {
  53. "root": "packagePrize",
  54. "pages": [
  55. {
  56. "path": "bean/index"
  57. },
  58. {
  59. "path": "choice/index"
  60. },
  61. {
  62. "path": "coupon/use"
  63. },
  64. {
  65. "path": "coupon/detail"
  66. },
  67. {
  68. "path": "goods/detail"
  69. },
  70. {
  71. "path": "prize/index"
  72. },
  73. {
  74. "path": "ticket/index"
  75. }
  76. ]
  77. },
  78. {
  79. "root": "packageOperate",
  80. "pages": [
  81. {
  82. "path": "address/index"
  83. },
  84. {
  85. "path": "address/create"
  86. },
  87. {
  88. "path": "lucky/index"
  89. },
  90. {
  91. "path": "process/index"
  92. },
  93. {
  94. "path": "share/index"
  95. },
  96. {
  97. "path": "webview/index"
  98. }
  99. ]
  100. },
  101. {
  102. "root": "packageOther",
  103. "pages": [
  104. {
  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. "packageOperate/lucky/index": {
  125. "network": "all",
  126. "packages": ["packageOperate", "packageGoods", "packagePrize", "packageOther"]
  127. },
  128. "packageGoods/ticket/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/user/index",
  146. "text": "我的"
  147. }]
  148. },
  149. "globalStyle": {
  150. "navigationBarTextStyle": "black",
  151. "navigationBarTitleText": "盲票",
  152. "navigationBarBackgroundColor": "#ffffff",
  153. "backgroundColor": "#F8F8F8",
  154. "navigationStyle": "custom"
  155. }
  156. }