pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "系统页",
  6. "navigationStyle": "custom",
  7. "app-plus": {
  8. "titleNView": false //禁用原生导航栏
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/home/index",
  14. "style": {
  15. "navigationBarTitleText": "首页",
  16. "enablePullDownRefresh": true
  17. }
  18. },
  19. {
  20. "path": "pages/login/index",
  21. "style": {
  22. "navigationBarTitleText": "登录",
  23. "navigationBarTextStyle": "black",
  24. "navigationBarBackgroundColor": "#F8F8F8",
  25. "backgroundColor": "#F8F8F8",
  26. "backgroundColorTop": "#F4F5F6",
  27. "backgroundColorBottom": "#F4F5F6"
  28. }
  29. }
  30. ],
  31. "subPackages": [ //分包配置
  32. {
  33. "root": "pagesHome",
  34. "pages": [ //分包
  35. {
  36. "path": "agree/index",
  37. "style": {
  38. "navigationBarTitleText": "用户协议",
  39. "enablePullDownRefresh": false,
  40. "navigationBarTextStyle": "black",
  41. "navigationBarBackgroundColor": "#F8F8F8",
  42. "backgroundColor": "#F8F8F8",
  43. "backgroundColorTop": "#F4F5F6",
  44. "backgroundColorBottom": "#F4F5F6"
  45. }
  46. },
  47. {
  48. "path": "city/index",
  49. "style": {
  50. "navigationBarTitleText": "城市选择",
  51. "enablePullDownRefresh": false,
  52. "navigationBarTextStyle": "black",
  53. "navigationBarBackgroundColor": "#F8F8F8",
  54. "backgroundColor": "#F8F8F8",
  55. "backgroundColorTop": "#F4F5F6",
  56. "backgroundColorBottom": "#F4F5F6"
  57. }
  58. },
  59. {
  60. "path": "team/index",
  61. "style": {
  62. "navigationBarTitleText": "创建球队"
  63. }
  64. },
  65. {
  66. "path": "team/info",
  67. "style": {
  68. "navigationBarTitleText": "球队详情"
  69. }
  70. },
  71. {
  72. "path": "team/person",
  73. "style": {
  74. "navigationBarTitleText": "球队阵容"
  75. }
  76. },
  77. {
  78. "path": "team/album",
  79. "style": {
  80. "navigationBarTitleText": "球队相册"
  81. }
  82. },
  83. {
  84. "path": "team/book",
  85. "style": {
  86. "navigationBarTitleText": "球队账本"
  87. }
  88. },
  89. {
  90. "path": "team/board",
  91. "style": {
  92. "navigationBarTitleText": "球队战术板"
  93. }
  94. },
  95. {
  96. "path": "match/index",
  97. "style": {
  98. "navigationBarTitleText": "创建赛事"
  99. }
  100. },
  101. {
  102. "path": "match/info",
  103. "style": {
  104. "navigationBarTitleText": "赛事详情"
  105. }
  106. },
  107. {
  108. "path": "activity/index",
  109. "style": {
  110. "navigationBarTitleText": "活动列表",
  111. "enablePullDownRefresh": true
  112. }
  113. },
  114. {
  115. "path": "activity/info",
  116. "style": {
  117. "navigationBarTitleText": "活动详情"
  118. }
  119. },
  120. {
  121. "path": "person/index",
  122. "style": {
  123. "navigationBarTitleText": "Ta的球队名片"
  124. }
  125. },
  126. {
  127. "path": "create/index",
  128. "style": {
  129. "navigationBarTitleText": "创建"
  130. }
  131. },
  132. {
  133. "path": "create/person",
  134. "style": {
  135. "navigationBarTitleText": "添加对手"
  136. }
  137. },
  138. {
  139. "path": "share/index",
  140. "style": {
  141. "navigationBarTitleText": "邀请好友入队"
  142. }
  143. },
  144. {
  145. "path": "enroll/index",
  146. "style": {
  147. "navigationBarTitleText": "报名队员"
  148. }
  149. },
  150. {
  151. "path": "draft/index",
  152. "style": {
  153. "navigationBarTitleText": "草稿箱"
  154. }
  155. }
  156. ]
  157. },
  158. {
  159. "root": "pagesMy",
  160. "pages": [ //分包
  161. {
  162. "path": "basic/index",
  163. "style": {
  164. "navigationBarTitleText": "个人信息"
  165. }
  166. }
  167. ]
  168. }
  169. ],
  170. "globalStyle": {
  171. "navigationBarTextStyle": "white",
  172. "navigationBarTitleText": "系统页",
  173. "navigationBarBackgroundColor": "#121212",
  174. "backgroundColor": "#121212",
  175. "app-plus": {
  176. "background": "#121212"
  177. }
  178. }
  179. }