pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. {
  2. "pages": [{
  3. "path": "pages/init/init",
  4. "style": {
  5. "enablePullDownRefresh": false,
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/tab_home/tab_home",
  11. "style": {
  12. "enablePullDownRefresh": true,
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/tab_exam/tab_exam",
  18. "style": {
  19. "enablePullDownRefresh": true,
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/tab_work/tab_work",
  25. "style": {
  26. "enablePullDownRefresh": true,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "pages/tab_swap/tab_swap",
  32. "style": {
  33. "enablePullDownRefresh": true,
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/tab_mine/tab_mine",
  39. "style": {
  40. "enablePullDownRefresh": false,
  41. "navigationStyle": "custom"
  42. }
  43. }
  44. ],
  45. "subPackages": [{
  46. "root": "subpkg",
  47. "pages": [{
  48. "path": "startup/login",
  49. "style": {
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom",
  52. "disableScroll": true
  53. }
  54. },
  55. {
  56. "path": "startup/guide",
  57. "style": {
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom",
  60. "disableScroll": true
  61. }
  62. },
  63. {
  64. "path": "startup/options",
  65. "style": {
  66. "enablePullDownRefresh": false,
  67. "navigationStyle": "custom",
  68. "disableScroll": true
  69. }
  70. },
  71. {
  72. "path": "home/classList",
  73. "style": {
  74. "enablePullDownRefresh": true,
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "mine/msgList",
  80. "style": {
  81. "enablePullDownRefresh": true,
  82. "navigationStyle": "custom"
  83. }
  84. },
  85. {
  86. "path": "mine/childInfo",
  87. "style": {
  88. "enablePullDownRefresh": true,
  89. "navigationStyle": "custom",
  90. "disableScroll": true
  91. }
  92. },
  93. {
  94. "path": "mine/parentInfo",
  95. "style": {
  96. "enablePullDownRefresh": true,
  97. "navigationStyle": "custom",
  98. "disableScroll": true
  99. }
  100. },
  101. {
  102. "path": "mine/subInfo",
  103. "style": {
  104. "enablePullDownRefresh": false,
  105. "navigationStyle": "custom",
  106. "disableScroll": true
  107. }
  108. },
  109. {
  110. "path": "exam/total",
  111. "style": {
  112. "enablePullDownRefresh": false,
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "exam/single",
  118. "style": {
  119. "enablePullDownRefresh": false,
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "exam/rank",
  125. "style": {
  126. "enablePullDownRefresh": false,
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "exam/subject",
  132. "style": {
  133. "enablePullDownRefresh": false,
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "exam/level",
  139. "style": {
  140. "enablePullDownRefresh": false,
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "work/workStats",
  146. "style": {
  147. "enablePullDownRefresh": false,
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "swap/swapStats",
  153. "style": {
  154. "enablePullDownRefresh": false,
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "home/clockStats",
  160. "style": {
  161. "enablePullDownRefresh": false,
  162. "navigationStyle": "custom",
  163. "disableScroll": true
  164. }
  165. },
  166. {
  167. "path": "datalist/examReport",
  168. "style": {
  169. "enablePullDownRefresh": false,
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "datalist/workReport",
  175. "style": {
  176. "enablePullDownRefresh": false,
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "datalist/swapReport",
  182. "style": {
  183. "enablePullDownRefresh": false,
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "datalist/examList",
  189. "style": {
  190. "enablePullDownRefresh": false,
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "datalist/workList",
  196. "style": {
  197. "enablePullDownRefresh": false,
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "datalist/swapList",
  203. "style": {
  204. "enablePullDownRefresh": false,
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "exam/examPractice",
  210. "style": {
  211. "enablePullDownRefresh": false,
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "home/courseRecommend",
  217. "style": {
  218. "enablePullDownRefresh": false,
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "work/wrongBook",
  224. "style": {
  225. "enablePullDownRefresh": false,
  226. "navigationStyle": "custom"
  227. }
  228. }
  229. ]
  230. }],
  231. "globalStyle": {
  232. "navigationBarTextStyle": "black",
  233. "navigationBarBackgroundColor": "#f7f7f7",
  234. "backgroundColor": "#f7f7f7"
  235. },
  236. "tabBar": {
  237. "backgroundColor": "#FFFFFF",
  238. "borderStyle": "white",
  239. "list": [{
  240. "pagePath": "pages/tab_home/tab_home",
  241. "iconPath": "static/tab_icons/home.png",
  242. "selectedIconPath": "static/tab_icons/homeselect.png"
  243. },
  244. {
  245. "pagePath": "pages/tab_exam/tab_exam",
  246. "iconPath": "static/tab_icons/exam.png",
  247. "selectedIconPath": "static/tab_icons/examselect.png"
  248. },
  249. {
  250. "pagePath": "pages/tab_work/tab_work",
  251. "iconPath": "static/tab_icons/work.png",
  252. "selectedIconPath": "static/tab_icons/workselect.png"
  253. },
  254. {
  255. "pagePath": "pages/tab_swap/tab_swap",
  256. "iconPath": "static/tab_icons/swap.png",
  257. "selectedIconPath": "static/tab_icons/swapselect.png"
  258. },
  259. {
  260. "pagePath": "pages/tab_mine/tab_mine",
  261. "iconPath": "static/tab_icons/mine.png",
  262. "selectedIconPath": "static/tab_icons/mineselect.png"
  263. }
  264. ]
  265. }
  266. }