pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页",
  6. "navigationStyle": "custom",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/agree/register",
  20. "style": {
  21. "navigationBarTitleText": "注册协议",
  22. "navigationStyle": "custom",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/agree/privacy",
  28. "style": {
  29. "navigationBarTitleText": "隐私政策",
  30. "navigationStyle": "custom",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "pages/agree/recharge",
  36. "style": {
  37. "navigationBarTitleText": "充值协议",
  38. "navigationStyle": "custom",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path": "pages/notice/detail",
  44. "style": {
  45. "navigationBarTitleText": "公告详情",
  46. "navigationStyle": "custom",
  47. "enablePullDownRefresh": true
  48. }
  49. },
  50. {
  51. "path": "pages/custom/index",
  52. "style": {
  53. "navigationBarTitleText": "智能问答",
  54. "navigationStyle": "custom",
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "pages/exam/history",
  60. "style": {
  61. "navigationBarTitleText": "练习历史",
  62. "navigationStyle": "custom",
  63. "enablePullDownRefresh": true
  64. }
  65. },
  66. {
  67. "path": "pages/exam/detail",
  68. "style": {
  69. "navigationBarTitleText": "答题",
  70. "navigationStyle": "custom",
  71. "enablePullDownRefresh": true
  72. }
  73. },
  74. {
  75. "path": "pages/account/index",
  76. "style": {
  77. "navigationBarTitleText": "支付订单",
  78. "navigationStyle": "custom",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "pages/exam/practice",
  84. "style": {
  85. "navigationBarTitleText": "每日一练",
  86. "navigationStyle": "custom",
  87. "enablePullDownRefresh": true
  88. }
  89. },
  90. {
  91. "path": "pages/exam/index",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "navigationStyle": "custom",
  95. "enablePullDownRefresh": true
  96. }
  97. },
  98. {
  99. "path": "pages/exam/result",
  100. "style": {
  101. "navigationBarTitleText": "考试分数",
  102. "navigationStyle": "custom",
  103. "enablePullDownRefresh": true
  104. }
  105. },
  106. {
  107. "path": "pages/mine/index",
  108. "style": {
  109. "navigationBarTitleText": "我的",
  110. "navigationStyle": "custom",
  111. "enablePullDownRefresh": true
  112. }
  113. },
  114. {
  115. "path": "pages/mine/modify",
  116. "style": {
  117. "navigationBarTitleText": "修改信息",
  118. "navigationStyle": "custom",
  119. "enablePullDownRefresh": true
  120. }
  121. },
  122. {
  123. "path": "pages/index/institution",
  124. "style": {
  125. "navigationBarTitleText": "院校直达",
  126. "navigationStyle": "custom",
  127. "enablePullDownRefresh": true
  128. }
  129. },
  130. {
  131. "path": "pages/exam/subject",
  132. "style": {
  133. "navigationBarTitleText": "科目",
  134. "navigationStyle": "custom",
  135. "enablePullDownRefresh": true
  136. }
  137. },
  138. {
  139. "path": "pages/index/webview",
  140. "style": {
  141. "navigationBarTitleText": "",
  142. "navigationStyle": "custom",
  143. "enablePullDownRefresh": true
  144. }
  145. }
  146. ],
  147. "subPackages": [{
  148. "root": "pagesArticle",
  149. "pages": [{
  150. "path": "pages/article/index",
  151. "style": {
  152. "navigationBarTitleText": "招考资讯",
  153. "navigationStyle": "custom",
  154. "enablePullDownRefresh": true
  155. }
  156. },
  157. {
  158. "path": "pages/article/detail",
  159. "style": {
  160. "navigationBarTitleText": "资讯详情",
  161. "navigationStyle": "custom",
  162. "enablePullDownRefresh": true
  163. }
  164. },
  165. {
  166. "path": "pages/article/materialCate",
  167. "style": {
  168. "navigationBarTitleText": "复习资料",
  169. "navigationStyle": "custom",
  170. "enablePullDownRefresh": true
  171. }
  172. },
  173. {
  174. "path": "pages/article/material",
  175. "style": {
  176. "navigationBarTitleText": "复习资料",
  177. "navigationStyle": "custom",
  178. "enablePullDownRefresh": true
  179. }
  180. }
  181. ]
  182. }, {
  183. "root": "pagesCourse",
  184. "pages": [{
  185. "path": "pages/course/index",
  186. "style": {
  187. "navigationBarTitleText": "视频课",
  188. "navigationStyle": "custom",
  189. "enablePullDownRefresh": true
  190. }
  191. },
  192. {
  193. "path": "pages/course/group",
  194. "style": {
  195. "navigationBarTitleText": "视频课",
  196. "navigationStyle": "custom",
  197. "enablePullDownRefresh": true
  198. }
  199. },
  200. {
  201. "path": "pages/course/list",
  202. "style": {
  203. "navigationBarTitleText": "视频课",
  204. "navigationStyle": "custom",
  205. "enablePullDownRefresh": true
  206. }
  207. },
  208. {
  209. "path": "pages/course/info",
  210. "style": {
  211. "navigationBarTitleText": "视频课详情",
  212. "navigationStyle": "custom",
  213. "enablePullDownRefresh": true
  214. }
  215. }
  216. ]
  217. }, {
  218. "root": "pagesVip",
  219. "pages": [{
  220. "path": "pages/mine/vip",
  221. "style": {
  222. "navigationBarTitleText": "会员中心",
  223. "navigationStyle": "custom",
  224. "enablePullDownRefresh": true
  225. }
  226. }]
  227. }, {
  228. "root": "pagesRanks",
  229. "pages": [{
  230. "path": "pages/ranks/index",
  231. "style": {
  232. "navigationBarTitleText": "排行榜",
  233. "navigationStyle": "custom",
  234. "enablePullDownRefresh": true
  235. }
  236. }]
  237. }, {
  238. "root": "pagesErrors",
  239. "pages": [{
  240. "path": "pages/errors/index",
  241. "style": {
  242. "navigationBarTitleText": "错题本",
  243. "navigationStyle": "custom",
  244. "enablePullDownRefresh": true
  245. }
  246. }, {
  247. "path": "pages/errors/list",
  248. "style": {
  249. "navigationBarTitleText": "错题本",
  250. "navigationStyle": "custom",
  251. "enablePullDownRefresh": true
  252. }
  253. }, {
  254. "path": "pages/errors/detail",
  255. "style": {
  256. "navigationBarTitleText": "错题本详情",
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": true
  259. }
  260. }]
  261. }],
  262. "preloadRule": {
  263. "pages/index/index": {
  264. "network": "all", // all(不限网络) wifi(仅wifi下预下载)
  265. "packages": ["pagesCourse"] // 预下载分包的 root 或 name。__APP__ 表示主包
  266. }
  267. },
  268. "globalStyle": {
  269. "navigationBarTitleText": "",
  270. "navigationBarTextStyle": "white",
  271. "navigationBarBackgroundColor": "#2E95FA",
  272. "backgroundColor": "#2E95FA",
  273. "backgroundColorTop": "#2E95FA",
  274. "backgroundColorBottom": "#F4F5F6",
  275. "h5": {
  276. "maxWidth": 1190,
  277. "navigationBarTextStyle": "black",
  278. "navigationBarBackgroundColor": "#2E95FA"
  279. }
  280. },
  281. "tabBar": {
  282. "color": "#D4D4D4",
  283. "selectedColor": "#333333",
  284. "borderStyle": "white",
  285. "backgroundColor": "#fff",
  286. "list": [{
  287. "pagePath": "pages/index/index",
  288. "text": "首页",
  289. "iconPath": "/static/icons/home.png",
  290. "selectedIconPath": "/static/icons/home-active.png"
  291. },
  292. {
  293. "pagePath": "pages/custom/index",
  294. "text": "在线咨询",
  295. "iconPath": "/static/icons/custom.png",
  296. "selectedIconPath": "/static/icons/custom-active.png"
  297. },
  298. {
  299. "pagePath": "pages/mine/index",
  300. "text": "我的",
  301. "iconPath": "/static/icons/mine.png",
  302. "selectedIconPath": "/static/icons/mine-active.png"
  303. }
  304. ]
  305. }
  306. }