pages.json 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "app-plus": {
  8. "titleNView": false
  9. }
  10. }
  11. },{//非小程序和h5将本组放到最上边
  12. "path": "pages/auth/login/index",
  13. "style": {
  14. "navigationBarTitleText": "登录",
  15. "app-plus": {
  16. "titleNView": false
  17. }
  18. }
  19. },{
  20. "path": "pages/questionBank/index",
  21. "style": {
  22. "navigationBarTitleText": "题库",
  23. "app-plus": {
  24. "titleNView": false
  25. }
  26. }
  27. },{
  28. "path": "pages/examination/index",
  29. "style": {
  30. "navigationBarTitleText": "考试",
  31. "app-plus": {
  32. "titleNView": false
  33. }
  34. }
  35. },{
  36. "path": "pages/my/index",
  37. "style": {
  38. "navigationBarTitleText": "我的",
  39. "app-plus": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/my/invitation",
  46. "style": {
  47. "navigationBarTitleText": "推广邀请",
  48. "app-plus": {
  49. "titleNView": false
  50. }
  51. }
  52. },{
  53. "path": "pages/auth/choiceSubject/index",
  54. "style": {
  55. "navigationBarTitleText": "请选择科目",
  56. "app-plus": {
  57. "titleNView": false
  58. }
  59. }
  60. },{
  61. "path": "pages/questionBank/questionBankList/index",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "app-plus": {
  65. "titleNView": false
  66. }
  67. }
  68. },{
  69. "path": "pages/questionBank/detail/index",
  70. "style": {
  71. "navigationBarTitleText": "题库详情",
  72. "app-plus": {
  73. "titleNView": false
  74. }
  75. }
  76. },{
  77. "path": "pages/questionBank/questionBankAnswer/index",
  78. "style": {
  79. "navigationBarTitleText": "章节练习",
  80. "app-plus": {
  81. "titleNView": false
  82. }
  83. }
  84. },{
  85. "path": "pages/questionBank/questionOver/index",
  86. "style": {
  87. "navigationBarTitleText": "练习报告",
  88. "app-plus": {
  89. "titleNView": false
  90. }
  91. }
  92. },{
  93. "path": "pages/my/wrongQuestion/index",
  94. "style": {
  95. "navigationBarTitleText": "题库错题",
  96. "app-plus": {
  97. "titleNView": false
  98. }
  99. }
  100. },{
  101. "path": "pages/my/wrongQuestion/detail",
  102. "style": {
  103. "navigationBarTitleText": "错题详情",
  104. "app-plus": {
  105. "titleNView": false
  106. }
  107. }
  108. },{
  109. "path": "pages/my/collect/index",
  110. "style": {
  111. "navigationBarTitleText": "我的收藏",
  112. "app-plus": {
  113. "titleNView": false
  114. }
  115. }
  116. },{
  117. "path": "pages/my/collect/detail",
  118. "style": {
  119. "navigationBarTitleText": "收藏详情",
  120. "app-plus": {
  121. "titleNView": false
  122. }
  123. }
  124. },{
  125. "path": "pages/examination/examinationList/index",
  126. "style": {
  127. "navigationBarTitleText": "",
  128. "app-plus": {
  129. "titleNView": false
  130. }
  131. }
  132. },{
  133. "path": "pages/examination/examinationList/detail",
  134. "style": {
  135. "navigationBarTitleText": "考试详情",
  136. "app-plus": {
  137. "titleNView": false
  138. }
  139. }
  140. },{
  141. "path": "pages/my/examWrongQuestion/index",
  142. "style": {
  143. "navigationBarTitleText": "考试错题",
  144. "app-plus": {
  145. "titleNView": false
  146. }
  147. }
  148. },{
  149. "path": "pages/my/examWrongQuestion/detail",
  150. "style": {
  151. "navigationBarTitleText": "考试错题",
  152. "app-plus": {
  153. "titleNView": false
  154. }
  155. }
  156. },{
  157. "path": "pages/examination/examOver/index",
  158. "style": {
  159. "navigationBarTitleText": "考试报告",
  160. "app-plus": {
  161. "titleNView": false
  162. }
  163. }
  164. },{
  165. "path": "pages/my/recording/index",
  166. "style": {
  167. "navigationBarTitleText": "考试记录",
  168. "app-plus": {
  169. "titleNView": false
  170. }
  171. }
  172. },{
  173. "path": "pages/my/recording/list",
  174. "style": {
  175. "navigationBarTitleText": "排行榜",
  176. "app-plus": {
  177. "titleNView": false
  178. }
  179. }
  180. },{
  181. "path": "pages/my/setting/index",
  182. "style": {
  183. "navigationBarTitleText": "个人设置",
  184. "app-plus": {
  185. "titleNView": false
  186. }
  187. }
  188. },
  189. {
  190. "path": "pages/my/learn/index",
  191. "style": {
  192. "navigationBarTitleText": "错题集",
  193. "app-plus": {
  194. "titleNView": false
  195. }
  196. }
  197. },
  198. {
  199. "path": "pages/article/index",
  200. "style": {
  201. "navigationBarTitleText": "新闻资讯",
  202. "app-plus": {
  203. "titleNView": false
  204. }
  205. }
  206. },
  207. {
  208. "path": "pages/article/detail",
  209. "style": {
  210. "navigationBarTitleText": "",
  211. "app-plus": {
  212. "titleNView": false
  213. }
  214. }
  215. },
  216. {
  217. "path": "pages/questionSearch/searchList",
  218. "style": {
  219. "navigationBarTitleText": "题目搜索",
  220. "app-plus": {
  221. "titleNView": false
  222. }
  223. }
  224. },
  225. {
  226. "path": "pages/questionSearch/questionDetail",
  227. "style": {
  228. "navigationBarTitleText": "题目详情",
  229. "app-plus": {
  230. "titleNView": false
  231. }
  232. }
  233. }
  234. ,{
  235. "path" : "pages/article/notice",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "通知公告",
  239. "app-plus": {
  240. "titleNView": false
  241. }
  242. }
  243. }
  244. ,{
  245. "path" : "pages/my/openkemu",
  246. "style" :
  247. {
  248. "navigationBarTitleText": "已开通科目",
  249. "app-plus": {
  250. "titleNView": false
  251. }
  252. }
  253. }
  254. ,{
  255. "path" : "pages/my/about",
  256. "style" :
  257. {
  258. "navigationBarTitleText": "关于我们",
  259. "app-plus": {
  260. "titleNView": false
  261. }
  262. }
  263. },
  264. {
  265. "path" : "pages/my/team",
  266. "style" :
  267. {
  268. "navigationBarTitleText": "我的推广",
  269. "app-plus": {
  270. "titleNView": false
  271. }
  272. }
  273. },
  274. {
  275. "path" : "pages/my/tx",
  276. "style" :
  277. {
  278. "navigationBarTitleText": "提现",
  279. "app-plus": {
  280. "titleNView": false
  281. }
  282. }
  283. },
  284. {
  285. "path" : "pages/my/yj",
  286. "style" :
  287. {
  288. "navigationBarTitleText": "我的佣金",
  289. "app-plus": {
  290. "titleNView": false
  291. }
  292. }
  293. }
  294. ,{
  295. "path" : "pages/webview/webview",
  296. "style" :
  297. {
  298. "navigationBarTitleText": "",
  299. "app-plus": {
  300. "titleNView": false
  301. }
  302. }
  303. }
  304. ],
  305. "globalStyle": {
  306. "navigationBarTextStyle": "black",
  307. "navigationBarTitleText": "隆熹晋升平台",
  308. "navigationBarBackgroundColor": "#F8F8F8",
  309. "backgroundColor": "#F8F8F8"
  310. },
  311. "tabBar": {
  312. "color": "#929292",
  313. "selectedColor": "#000",
  314. "borderStyle": "white",
  315. "backgroundColor": "#fff",
  316. "list": [
  317. {
  318. "pagePath": "pages/index/index",
  319. "text": "首页",
  320. "iconPath": "static/img/home1.png",
  321. "selectedIconPath": "static/img/home01.png"
  322. },
  323. {
  324. "pagePath": "pages/questionBank/index",
  325. "text": "题库",
  326. "iconPath": "static/img/tiku1.png",
  327. "selectedIconPath": "static/img/tiku01.png"
  328. },
  329. {
  330. "pagePath": "pages/examination/index",
  331. "text": "考试",
  332. "iconPath": "static/img/ks1.png",
  333. "selectedIconPath": "static/img/ks01.png"
  334. },
  335. // {
  336. // "pagePath": "pages/article/index",
  337. // "text": "资讯",
  338. // "iconPath": "static/img/zixun1.png",
  339. // "selectedIconPath": "static/img/zixun01.png"
  340. // },
  341. {
  342. "pagePath": "pages/my/index",
  343. "text": "我的",
  344. "iconPath": "static/img/my1.png",
  345. "selectedIconPath": "static/img/my01.png"
  346. }
  347. ]
  348. }
  349. }