pages.json 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "首页",
  8. "onReachBottomDistance": 50,
  9. "app-plus": {
  10. "titleNView": false //禁用原生导航栏
  11. },
  12. "navigationStyle": "custom" // 隐藏系统导航栏
  13. // "navigationBarTextStyle": "white"
  14. }
  15. },
  16. {
  17. "path": "pages/wd/index",
  18. "style": {
  19. "navigationBarTitleText": "我的",
  20. // "navigationBarTextStyle": "white",
  21. "navigationStyle": "custom", // 隐藏系统导航栏
  22. "app-plus": {
  23. "titleNView": false, //禁用原生导航栏
  24. "bounce": "none"
  25. }
  26. }
  27. },
  28. {
  29. "path": "pages/course/index",
  30. "style": {
  31. "navigationBarTitleText": "选课中心",
  32. "navigationStyle": "custom", // 隐藏系统导航栏
  33. "enablePullDownRefresh": true,
  34. "app-plus": {
  35. "titleNView": false, //禁用原生导航栏
  36. "bounce": "none"
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/learn/index",
  42. "style": {
  43. "navigationBarTitleText": "学习",
  44. "navigationStyle": "custom", // 隐藏系统导航栏
  45. "enablePullDownRefresh": true,
  46. "backgroundTextStyle": "dark",
  47. "app-plus": {
  48. "titleNView": false, //禁用原生导航栏
  49. "bounce": "none"
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/questionBank/index",
  55. "style": {
  56. "navigationBarTitleText": "题库",
  57. "navigationStyle": "custom", // 隐藏系统导航栏
  58. "app-plus": {
  59. "titleNView": false, //禁用原生导航栏
  60. "bounce": "none"
  61. }
  62. }
  63. },
  64. {
  65. "path": "pages/webview/index",
  66. "style": {
  67. "navigationBarTitleText": "网页",
  68. "navigationStyle": "custom", // 隐藏系统导航栏
  69. "app-plus": {
  70. "titleNView": false, //禁用原生导航栏
  71. "bounce": "none"
  72. }
  73. }
  74. },
  75. {
  76. "path": "pages/webview/sdlink",
  77. "style": {
  78. "navigationBarTitleText": "网页",
  79. "navigationStyle": "custom", // 隐藏系统导航栏
  80. "app-plus": {
  81. "titleNView": false, //禁用原生导航栏
  82. "bounce": "none"
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/information/index",
  88. "style": {
  89. "navigationBarTitleText": "资料",
  90. "navigationStyle": "custom", // 隐藏系统导航栏
  91. "app-plus": {
  92. "titleNView": false, //禁用原生导航栏
  93. "bounce": "none"
  94. }
  95. }
  96. }
  97. ],
  98. "subPackages": [
  99. {
  100. "root": "pages2",
  101. "pages": [
  102. {
  103. "path": "wd/info",
  104. "style": {
  105. "navigationBarTitleText": "我的资料",
  106. "navigationStyle": "custom", // 隐藏系统导航栏
  107. "app-plus": {
  108. "titleNView": false, //禁用原生导航栏
  109. "bounce": "none"
  110. }
  111. }
  112. },
  113. {
  114. "path": "wd/menu", //没有用到
  115. "style": {
  116. "navigationBarTitleText": "基本资料",
  117. "navigationStyle": "custom", // 隐藏系统导航栏
  118. "app-plus": {
  119. "titleNView": false, //禁用原生导航栏
  120. "bounce": "none"
  121. }
  122. }
  123. },
  124. {
  125. "path": "wd/edu_info", //没有用到
  126. "style": {
  127. "navigationBarTitleText": "教育信息",
  128. "navigationStyle": "custom", // 隐藏系统导航栏
  129. "app-plus": {
  130. "titleNView": false, //禁用原生导航栏
  131. "bounce": "none"
  132. }
  133. }
  134. },
  135. {
  136. "path": "register/register",
  137. "style": {
  138. "navigationBarTitleText": "注册页",
  139. "navigationBarBackgroundColor": "#0386FD",
  140. "navigationStyle": "custom", // 隐藏系统导航栏
  141. "app-plus": {
  142. "titleNView": false, //禁用原生导航栏
  143. "bounce": "none"
  144. }
  145. }
  146. },
  147. {
  148. "path": "register/forget",
  149. "style": {
  150. "navigationBarTitleText": "忘记密码",
  151. "navigationBarBackgroundColor": "#0386FD",
  152. "navigationStyle": "custom", // 隐藏系统导航栏
  153. "app-plus": {
  154. "titleNView": false, //禁用原生导航栏
  155. "bounce": "none"
  156. }
  157. }
  158. },
  159. {
  160. "path": "wd/class", //暂时不用
  161. "style": {
  162. "navigationBarTitleText": "我的网课",
  163. "navigationStyle": "custom", // 隐藏系统导航栏
  164. "app-plus": {
  165. "titleNView": false, //禁用原生导航栏
  166. "bounce": "none"
  167. }
  168. }
  169. },
  170. {
  171. "path": "order/confirm_list",
  172. "style": {
  173. "navigationBarTitleText": "确认订单",
  174. "navigationStyle": "custom", // 隐藏系统导航栏
  175. "app-plus": {
  176. "titleNView": false, //禁用原生导航栏
  177. "bounce": "none"
  178. }
  179. }
  180. },
  181. {
  182. "path": "order/confirm_pay",
  183. "style": {
  184. "navigationBarTitleText": "订单支付",
  185. "navigationStyle": "custom", // 隐藏系统导航栏
  186. "app-plus": {
  187. "titleNView": false, //禁用原生导航栏
  188. "bounce": "none"
  189. }
  190. }
  191. },
  192. {
  193. "path": "order/confirm_success",
  194. "style": {
  195. "navigationBarTitleText": "支付成功",
  196. "navigationStyle": "custom", // 隐藏系统导航栏
  197. "app-plus": {
  198. "titleNView": false, //禁用原生导航栏
  199. "bounce": "none"
  200. }
  201. }
  202. },
  203. {
  204. "path": "order/index",
  205. "style": {
  206. "navigationBarTitleText": "我的订单",
  207. "navigationStyle": "custom", // 隐藏系统导航栏
  208. // "enablePullDownRefresh": true,
  209. "app-plus": {
  210. "titleNView": false, //禁用原生导航栏
  211. "bounce": "none"
  212. }
  213. }
  214. },
  215. {
  216. "path": "invoice/index",
  217. "style": {
  218. "navigationBarTitleText": "发票申请",
  219. "navigationStyle": "custom", // 隐藏系统导航栏
  220. // "enablePullDownRefresh": true,
  221. "app-plus": {
  222. "titleNView": false, //禁用原生导航栏
  223. "bounce": "none"
  224. }
  225. }
  226. },
  227. {
  228. "path": "exam/index", // 暂时不用
  229. "style": {
  230. "navigationBarTitleText": "我的考试",
  231. "navigationStyle": "custom", // 隐藏系统导航栏
  232. "app-plus": {
  233. "titleNView": false, //禁用原生导航栏
  234. "bounce": "none"
  235. }
  236. }
  237. },
  238. {
  239. "path": "exam/exam_appointment",
  240. "style": {
  241. "navigationBarTitleText": "考试预约",
  242. "navigationStyle": "custom", // 隐藏系统导航栏
  243. "app-plus": {
  244. "titleNView": false, //禁用原生导航栏
  245. "bounce": "none"
  246. }
  247. }
  248. },
  249. {
  250. "path": "exam/signCommit",
  251. "style": {
  252. "navigationBarTitleText": "签署承诺书",
  253. "navigationStyle": "custom", // 隐藏系统导航栏
  254. "app-plus": {
  255. "titleNView": false, //禁用原生导航栏
  256. "bounce": "none"
  257. }
  258. }
  259. },
  260. {
  261. "path": "exam/exam_result",
  262. "style": {
  263. "navigationBarTitleText": "考试成绩和证书",
  264. "navigationStyle": "custom", // 隐藏系统导航栏
  265. "app-plus": {
  266. "titleNView": false, //禁用原生导航栏
  267. "bounce": "none"
  268. }
  269. }
  270. },
  271. {
  272. "path": "wd/question_bank",
  273. "style": {
  274. "navigationBarTitleText": "我的题库通",
  275. "navigationStyle": "custom", // 隐藏系统导航栏
  276. "app-plus": {
  277. "titleNView": false, //禁用原生导航栏
  278. "bounce": "none"
  279. }
  280. }
  281. },
  282. {
  283. "path": "wd/stuff",
  284. "style": {
  285. "navigationBarTitleText": "我的资料",
  286. "navigationStyle": "custom", // 隐藏系统导航栏
  287. "app-plus": {
  288. "titleNView": false, //禁用原生导航栏
  289. "bounce": "none"
  290. }
  291. }
  292. },
  293. {
  294. "path": "bank/my_question",
  295. "style": {
  296. "navigationBarTitleText": "我的题库",
  297. "navigationStyle": "custom", // 隐藏系统导航栏
  298. "app-plus": {
  299. "titleNView": false, //禁用原生导航栏
  300. "bounce": "none"
  301. }
  302. }
  303. },
  304. {
  305. "path": "bank/free_question",
  306. "style": {
  307. "navigationBarTitleText": "赠送题卷",
  308. "navigationStyle": "custom", // 隐藏系统导航栏
  309. "app-plus": {
  310. "titleNView": false, //禁用原生导航栏
  311. "bounce": "none"
  312. }
  313. }
  314. },
  315. {
  316. "path": "bank/question_record",
  317. "style": {
  318. "navigationBarTitleText": "做题记录",
  319. "navigationStyle": "custom", // 隐藏系统导航栏
  320. "enablePullDownRefresh": true,
  321. "app-plus": {
  322. "titleNView": false, //禁用原生导航栏
  323. "bounce": "none"
  324. }
  325. }
  326. },
  327. {
  328. "path": "bank/question_record_list",
  329. "style": {
  330. "navigationBarTitleText": "做题记录",
  331. "navigationStyle": "custom", // 隐藏系统导航栏
  332. "enablePullDownRefresh": true,
  333. "app-plus": {
  334. "titleNView": false, //禁用原生导航栏
  335. "bounce": "none"
  336. }
  337. }
  338. },
  339. {
  340. "path": "bank/detail",
  341. "style": {
  342. "navigationBarTitleText": "题库详情",
  343. "navigationStyle": "custom", // 隐藏系统导航栏
  344. "app-plus": {
  345. "titleNView": false, //禁用原生导航栏
  346. "bounce": "none"
  347. }
  348. }
  349. },
  350. {
  351. "path": "bank/question_detail",
  352. "style": {
  353. "navigationBarTitleText": "进入刷题",
  354. "navigationStyle": "custom", // 隐藏系统导航栏
  355. "app-plus": {
  356. "titleNView": false, //禁用原生导航栏
  357. "bounce": "none"
  358. }
  359. }
  360. },
  361. {
  362. "path": "msg/index",
  363. "style": {
  364. "enablePullDownRefresh": true,
  365. "navigationBarTitleText": "我的消息",
  366. "navigationStyle": "custom", // 隐藏系统导航栏
  367. "app-plus": {
  368. "titleNView": false, //禁用原生导航栏
  369. "bounce": "none"
  370. }
  371. }
  372. },
  373. {
  374. "path": "bank/question_statistics",
  375. "style": {
  376. "navigationBarTitleText": "做题统计",
  377. "navigationStyle": "custom", // 隐藏系统导航栏
  378. "app-plus": {
  379. "titleNView": false, //禁用原生导航栏
  380. "bounce": "none"
  381. }
  382. }
  383. },
  384. {
  385. "path": "bank/question_report",
  386. "style": {
  387. "navigationBarTitleText": "试卷报告",
  388. "navigationStyle": "custom", // 隐藏系统导航栏
  389. "app-plus": {
  390. "titleNView": false, //禁用原生导航栏
  391. "bounce": "none"
  392. }
  393. }
  394. },
  395. {
  396. "path": "bank/questionBank",
  397. "style": {
  398. "navigationBarTitleText": "试卷题目",
  399. "navigationStyle": "custom", // 隐藏系统导航栏
  400. "app-plus": {
  401. "titleNView": false, //禁用原生导航栏
  402. "bounce": "none"
  403. }
  404. }
  405. },
  406. {
  407. "path": "class/questionBank",
  408. "style": {
  409. "navigationBarTitleText": "试卷题目",
  410. "navigationStyle": "custom", // 隐藏系统导航栏
  411. "app-plus": {
  412. "titleNView": false, //禁用原生导航栏
  413. "bounce": "none"
  414. }
  415. }
  416. },
  417. {
  418. "path": "bank/questionBankExplain",
  419. "style": {
  420. "navigationBarTitleText": "解析",
  421. "navigationStyle": "custom", // 隐藏系统导航栏
  422. "app-plus": {
  423. "titleNView": false, //禁用原生导航栏
  424. "bounce": "none"
  425. }
  426. }
  427. },
  428. {
  429. "path": "bank/questionBankWrongExplain",
  430. "style": {
  431. "navigationBarTitleText": "错题解析",
  432. "navigationStyle": "custom", // 隐藏系统导航栏
  433. "app-plus": {
  434. "titleNView": false, //禁用原生导航栏
  435. "bounce": "none"
  436. }
  437. }
  438. },
  439. {
  440. "path": "bank/questionBankAllExplain",
  441. "style": {
  442. "navigationBarTitleText": "全部解析",
  443. "navigationStyle": "custom", // 隐藏系统导航栏
  444. "app-plus": {
  445. "titleNView": false, //禁用原生导航栏
  446. "bounce": "none"
  447. }
  448. }
  449. },
  450. {
  451. "path": "bank/questionBankContinue",
  452. "style": {
  453. "navigationBarTitleText": "试卷题目",
  454. "navigationStyle": "custom", // 隐藏系统导航栏
  455. "app-plus": {
  456. "titleNView": false, //禁用原生导航栏
  457. "bounce": "none"
  458. }
  459. }
  460. },
  461. {
  462. "path": "bank/questionBankExplainDetail",
  463. "style": {
  464. "navigationBarTitleText": "试卷解析",
  465. "navigationStyle": "custom", // 隐藏系统导航栏
  466. "app-plus": {
  467. "titleNView": false, //禁用原生导航栏
  468. "bounce": "none"
  469. }
  470. }
  471. },
  472. {
  473. "path": "bank/questionBankTest",
  474. "style": {
  475. "navigationBarTitleText": "试卷",
  476. "navigationStyle": "custom", // 隐藏系统导航栏
  477. "app-plus": {
  478. "titleNView": false, //禁用原生导航栏
  479. "bounce": "none"
  480. }
  481. }
  482. },
  483. {
  484. "path": "msg/detail",
  485. "style": {
  486. "navigationBarTitleText": "消息详情",
  487. "navigationStyle": "custom", // 隐藏系统导航栏
  488. "app-plus": {
  489. "titleNView": false, //禁用原生导航栏
  490. "bounce": "none"
  491. }
  492. }
  493. },
  494. {
  495. "path": "plan/index",
  496. "style": {
  497. "navigationBarTitleText": "学习计划",
  498. "navigationStyle": "custom", // 隐藏系统导航栏
  499. "app-plus": {
  500. "titleNView": false, //禁用原生导航栏
  501. "bounce": "none"
  502. }
  503. }
  504. },
  505. {
  506. "path": "plan/create",
  507. "style": {
  508. "navigationBarTitleText": "创建计划",
  509. "navigationStyle": "custom", // 隐藏系统导航栏
  510. "app-plus": {
  511. "titleNView": false, //禁用原生导航栏
  512. "bounce": "none"
  513. }
  514. }
  515. },
  516. {
  517. "path": "plan/edit",
  518. "style": {
  519. "navigationBarTitleText": "修改计划",
  520. "navigationStyle": "custom", // 隐藏系统导航栏
  521. "app-plus": {
  522. "titleNView": false, //禁用原生导航栏
  523. "bounce": "none"
  524. }
  525. }
  526. },
  527. {
  528. "path": "verify/input",
  529. "style": {
  530. "navigationBarTitleText": "填写审核资料",
  531. "navigationStyle": "custom", // 隐藏系统导航栏
  532. "app-plus": {
  533. "titleNView": false, //禁用原生导航栏
  534. "bounce": "none"
  535. }
  536. }
  537. },
  538. {
  539. "path": "verify/input2",
  540. "style": {
  541. "navigationBarTitleText": "填写审核资料",
  542. "navigationStyle": "custom", // 隐藏系统导航栏
  543. "app-plus": {
  544. "titleNView": false, //禁用原生导航栏
  545. "bounce": "none"
  546. }
  547. }
  548. },
  549. {
  550. "path": "verify/info_fill",
  551. "style": {
  552. "navigationBarTitleText": "填写资料",
  553. "navigationStyle": "custom", // 隐藏系统导航栏
  554. "app-plus": {
  555. "titleNView": false, //禁用原生导航栏
  556. "bounce": "none"
  557. }
  558. }
  559. },
  560. {
  561. "path": "appointment/index",
  562. "style": {
  563. "navigationBarTitleText": "预约考试",
  564. "navigationStyle": "custom", // 隐藏系统导航栏
  565. "app-plus": {
  566. "titleNView": false, //禁用原生导航栏
  567. "bounce": "none"
  568. }
  569. }
  570. },
  571. {
  572. "path": "appointment/order",
  573. "style": {
  574. "navigationBarTitleText": "预约考试",
  575. "navigationStyle": "custom", // 隐藏系统导航栏
  576. "app-plus": {
  577. "titleNView": false, //禁用原生导航栏
  578. "bounce": "none"
  579. }
  580. }
  581. },
  582. {
  583. "path": "appointment/kporder",
  584. "style": {
  585. "navigationBarTitleText": "考前培训预约考试",
  586. "navigationStyle": "custom", // 隐藏系统导航栏
  587. "app-plus": {
  588. "titleNView": false, //禁用原生导航栏
  589. "bounce": "none"
  590. }
  591. }
  592. },
  593. {
  594. "path": "appointment/appointment_success",
  595. "style": {
  596. "navigationBarTitleText": "预约成功",
  597. "app-plus": {
  598. "titleNView": false, //禁用原生导航栏
  599. "bounce": "none"
  600. }
  601. }
  602. },
  603. {
  604. "path": "subject/collectBank",
  605. "style": {
  606. "navigationBarTitleText": "试卷",
  607. "navigationStyle": "custom", // 隐藏系统导航栏
  608. "app-plus": {
  609. "titleNView": false, //禁用原生导航栏
  610. "bounce": "none"
  611. }
  612. }
  613. },
  614. {
  615. "path": "subject/wrongBank",
  616. "style": {
  617. "navigationBarTitleText": "错题",
  618. "navigationStyle": "custom", // 隐藏系统导航栏
  619. "app-plus": {
  620. "titleNView": false, //禁用原生导航栏
  621. "bounce": "none"
  622. }
  623. }
  624. },
  625. {
  626. "path": "subject/collectTypeBank",
  627. "style": {
  628. "navigationBarTitleText": "试卷",
  629. "navigationStyle": "custom", // 隐藏系统导航栏
  630. "app-plus": {
  631. "titleNView": false, //禁用原生导航栏
  632. "bounce": "none"
  633. }
  634. }
  635. },
  636. {
  637. "path": "subject/wrongTypeBank",
  638. "style": {
  639. "navigationBarTitleText": "试卷",
  640. "navigationStyle": "custom", // 隐藏系统导航栏
  641. "app-plus": {
  642. "titleNView": false, //禁用原生导航栏
  643. "bounce": "none"
  644. }
  645. }
  646. },
  647. {
  648. "path": "class/question_report",
  649. "style": {
  650. "navigationBarTitleText": "试卷报告",
  651. "navigationStyle": "custom", // 隐藏系统导航栏
  652. "app-plus": {
  653. "titleNView": false, //禁用原生导航栏
  654. "bounce": "none"
  655. }
  656. }
  657. },
  658. {
  659. "path": "subject/wrong",
  660. "style": {
  661. "navigationBarTitleText": "错题集",
  662. "navigationStyle": "custom", // 隐藏系统导航栏
  663. "app-plus": {
  664. "titleNView": false, //禁用原生导航栏
  665. "bounce": "none"
  666. }
  667. }
  668. },
  669. {
  670. "path": "bank/wrongById",
  671. "style": {
  672. "navigationBarTitleText": "错题集",
  673. "navigationStyle": "custom", // 隐藏系统导航栏
  674. "app-plus": {
  675. "titleNView": false, //禁用原生导航栏
  676. "bounce": "none"
  677. }
  678. }
  679. },
  680. {
  681. "path": "bank/collectById",
  682. "style": {
  683. "navigationBarTitleText": "收藏集",
  684. "navigationStyle": "custom", // 隐藏系统导航栏
  685. "app-plus": {
  686. "titleNView": false, //禁用原生导航栏
  687. "bounce": "none"
  688. }
  689. }
  690. },
  691. {
  692. "path": "subject/collect",
  693. "style": {
  694. "navigationBarTitleText": "收藏集",
  695. "navigationStyle": "custom", // 隐藏系统导航栏
  696. "app-plus": {
  697. "titleNView": false, //禁用原生导航栏
  698. "bounce": "none"
  699. }
  700. }
  701. },
  702. {
  703. "path": "learn/my_learn",
  704. "style": {
  705. "navigationBarTitleText": "我的学时",
  706. "navigationStyle": "custom", // 隐藏系统导航栏
  707. "app-plus": {
  708. "titleNView": false, //禁用原生导航栏
  709. "bounce": "none"
  710. }
  711. }
  712. },
  713. {
  714. "path": "learn/details",
  715. "style": {
  716. "navigationBarTitleText": "详情",
  717. "navigationStyle": "custom", // 隐藏系统导航栏
  718. "app-plus": {
  719. "titleNView": false, //禁用原生导航栏
  720. "bounce": "none"
  721. }
  722. }
  723. },
  724. {
  725. "path": "learn/menu",
  726. "style": {
  727. "navigationBarTitleText": "目录",
  728. "navigationStyle": "custom", // 隐藏系统导航栏
  729. "app-plus": {
  730. "titleNView": false, //禁用原生导航栏
  731. "bounce": "none"
  732. }
  733. }
  734. },
  735. {
  736. "path": "wd/course",
  737. "style": {
  738. "navigationBarTitleText": "所有课程",
  739. "navigationStyle": "custom", // 隐藏系统导航栏
  740. "app-plus": {
  741. "titleNView": false, //禁用原生导航栏
  742. "bounce": "none"
  743. }
  744. }
  745. },
  746. {
  747. "path": "dailyPractice/index",
  748. "style": {
  749. "navigationBarTitleText": "每日一练",
  750. "navigationStyle": "custom", // 隐藏系统导航栏
  751. "app-plus": {
  752. "titleNView": false, //禁用原生导航栏
  753. "bounce": "none"
  754. }
  755. }
  756. },
  757. {
  758. "path": "randomPractice/index",
  759. "style": {
  760. "navigationBarTitleText": "随机练习",
  761. "navigationStyle": "custom", // 隐藏系统导航栏
  762. "app-plus": {
  763. "titleNView": false, //禁用原生导航栏
  764. "bounce": "none"
  765. }
  766. }
  767. }
  768. ]
  769. },
  770. {
  771. "root": "pages3",
  772. "pages": [
  773. {
  774. "path": "polyv/polyv", // 没用用到
  775. "style": {
  776. "navigationBarTitleText": "保利威直播",
  777. "app-plus": {
  778. "bounce": "none"
  779. },
  780. "mp-weixin": {
  781. "usingComponents": {
  782. "player": "/pages3/static/polyv-sdk/components/player/player"
  783. }
  784. }
  785. }
  786. },
  787. {
  788. "path": "polyv/detail",
  789. "style": {
  790. "navigationBarTitleText": "课程详情",
  791. "navigationStyle": "custom", // 隐藏系统导航栏
  792. "app-plus": {
  793. "titleNView": false, //禁用原生导航栏
  794. "bounce": "none"
  795. },
  796. "mp-weixin": {
  797. "usingComponents": {
  798. "player": "/pages3/static/polyv-sdk/components/player/player",
  799. "polyv-player": "plugin://polyv-player/player"
  800. }
  801. }
  802. }
  803. },
  804. {
  805. "path": "course/detail",
  806. "style": {
  807. "navigationBarTitleText": "课程详情",
  808. "navigationStyle": "custom", // 隐藏系统导航栏
  809. "app-plus": {
  810. "titleNView": false, //禁用原生导航栏
  811. "bounce": "none"
  812. },
  813. "mp-weixin": {
  814. "usingComponents": {
  815. "polyv-player": "plugin://polyv-player/player"
  816. }
  817. }
  818. }
  819. },
  820. {
  821. "path": "course/jydetail",
  822. "style": {
  823. "navigationBarTitleText": "祥粤云学堂",
  824. "navigationStyle": "custom", // 隐藏系统导航栏
  825. "app-plus": {
  826. "titleNView": false, //禁用原生导航栏
  827. "bounce": "none"
  828. },
  829. "mp-weixin": {
  830. "usingComponents": {
  831. "polyv-player": "plugin://polyv-player/player"
  832. }
  833. }
  834. }
  835. },
  836. {
  837. "path": "live/detail",
  838. "style": {
  839. "navigationBarTitleText": "商品详情",
  840. "navigationBarBackgroundColor": "#0386FD",
  841. "navigationStyle": "custom", // 隐藏系统导航栏
  842. "app-plus": {
  843. "titleNView": false, //禁用原生导航栏
  844. "bounce": "none"
  845. },
  846. "mp-weixin": {
  847. "usingComponents": {
  848. "polyv-player": "plugin://polyv-player/player"
  849. }
  850. }
  851. }
  852. },
  853. {
  854. "path": "live/playback",
  855. "style": {
  856. "navigationBarTitleText": "回放视频",
  857. "navigationBarBackgroundColor": "#0386FD",
  858. "navigationStyle": "custom", // 隐藏系统导航栏
  859. "app-plus": {
  860. "titleNView": false, //禁用原生导航栏
  861. "bounce": "none"
  862. },
  863. "mp-weixin": {
  864. "usingComponents": {
  865. "polyv-player": "plugin://polyv-player/player"
  866. }
  867. }
  868. }
  869. }
  870. ],
  871. "plugins": {
  872. "polyv-player": {
  873. "version": "0.3.0",
  874. "provider": "wx4a350a258a6f7876"
  875. }
  876. }
  877. },
  878. {
  879. "root": "pages4",
  880. "pages": [
  881. {
  882. "path": "login/login",
  883. "style": {
  884. "navigationBarTitleText": "登录页",
  885. "navigationBarBackgroundColor": "#0386FD",
  886. "navigationStyle": "custom", // 隐藏系统导航栏
  887. "app-plus": {
  888. "titleNView": false, //禁用原生导航栏
  889. "bounce": "none"
  890. }
  891. }
  892. },
  893. {
  894. "path": "login/pcLogin",
  895. "style": {
  896. "navigationBarTitleText": "pc登录页",
  897. "navigationBarBackgroundColor": "#0386FD",
  898. "navigationStyle": "custom", // 隐藏系统导航栏
  899. "app-plus": {
  900. "titleNView": false, //禁用原生导航栏
  901. "bounce": "none"
  902. }
  903. }
  904. },
  905. {
  906. "path": "login/pcLoginSuccess",
  907. "style": {
  908. "navigationBarTitleText": "登录成功",
  909. "navigationBarBackgroundColor": "#0386FD",
  910. "navigationStyle": "custom", // 隐藏系统导航栏
  911. "app-plus": {
  912. "titleNView": false, //禁用原生导航栏
  913. "bounce": "none"
  914. }
  915. }
  916. },
  917. {
  918. "path": "shopping/shoppingCart",
  919. "style": {
  920. "navigationBarTitleText": "购物车",
  921. "navigationStyle": "custom", // 隐藏系统导航栏
  922. "app-plus": {
  923. "titleNView": false, //禁用原生导航栏
  924. "bounce": "none"
  925. }
  926. }
  927. }
  928. ]
  929. },
  930. {
  931. "root": "pages5",
  932. "pages": [
  933. {
  934. "path": "exam/index",
  935. "style": {
  936. "navigationBarTitleText": "我的模考",
  937. "navigationBarBackgroundColor": "#0386FD",
  938. "navigationStyle": "custom", // 隐藏系统导航栏
  939. "app-plus": {
  940. "titleNView": false, //禁用原生导航栏
  941. "bounce": "none"
  942. }
  943. }
  944. },
  945. {
  946. "path": "mockRecord/mock_record",
  947. "style": {
  948. "navigationBarTitleText": "模考记录",
  949. "navigationBarBackgroundColor": "#0386FD",
  950. "navigationStyle": "custom", // 隐藏系统导航栏
  951. "app-plus": {
  952. "titleNView": false, //禁用原生导航栏
  953. "bounce": "none"
  954. }
  955. }
  956. },
  957. {
  958. "path": "mockRecord/mock_record_list", // 没有用到
  959. "style": {
  960. "navigationBarTitleText": "模考记录",
  961. "navigationBarBackgroundColor": "#0386FD",
  962. "navigationStyle": "custom", // 隐藏系统导航栏
  963. "app-plus": {
  964. "titleNView": false, //禁用原生导航栏
  965. "bounce": "none"
  966. }
  967. }
  968. },
  969. {
  970. "path": "examCount/index",
  971. "style": {
  972. "navigationBarTitleText": "模拟考试",
  973. "navigationBarBackgroundColor": "#0386FD",
  974. "navigationStyle": "custom", // 隐藏系统导航栏
  975. "app-plus": {
  976. "titleNView": false, //禁用原生导航栏
  977. "bounce": "none"
  978. }
  979. }
  980. },
  981. {
  982. "path": "liveDetail/index",
  983. "style": {
  984. "navigationBarTitleText": "商品详情",
  985. "navigationBarBackgroundColor": "#0386FD",
  986. "navigationStyle": "custom", // 隐藏系统导航栏
  987. "app-plus": {
  988. "titleNView": false, //禁用原生导航栏
  989. "bounce": "none"
  990. }
  991. }
  992. },
  993. {
  994. "path": "liveDetail/list", // 暂时不用
  995. "style": {
  996. "navigationBarTitleText": "直播课列表",
  997. "navigationBarBackgroundColor": "#0386FD",
  998. "navigationStyle": "custom", // 隐藏系统导航栏
  999. "app-plus": {
  1000. "titleNView": false, //禁用原生导航栏
  1001. "bounce": "none"
  1002. }
  1003. }
  1004. },
  1005. {
  1006. "path": "liveDetail/course",
  1007. "style": {
  1008. "navigationBarTitleText": "课程列表",
  1009. "navigationBarBackgroundColor": "#0386FD",
  1010. "navigationStyle": "custom", // 隐藏系统导航栏
  1011. "app-plus": {
  1012. "titleNView": false, //禁用原生导航栏
  1013. "bounce": "none"
  1014. }
  1015. }
  1016. },
  1017. {
  1018. "path": "examList/index",
  1019. "style": {
  1020. "navigationBarTitleText": "我的模考",
  1021. "navigationBarBackgroundColor": "#0386FD",
  1022. "navigationStyle": "custom", // 隐藏系统导航栏
  1023. "app-plus": {
  1024. "titleNView": false, //禁用原生导航栏
  1025. "bounce": "none"
  1026. }
  1027. }
  1028. },
  1029. {
  1030. "path": "examAppointList/index",
  1031. "style": {
  1032. "navigationBarTitleText": "模考预约",
  1033. "navigationBarBackgroundColor": "#0386FD",
  1034. "navigationStyle": "custom", // 隐藏系统导航栏
  1035. "app-plus": {
  1036. "titleNView": false, //禁用原生导航栏
  1037. "bounce": "none"
  1038. }
  1039. }
  1040. },
  1041. {
  1042. "path": "examReport/index",
  1043. "style": {
  1044. "navigationBarTitleText": "试卷报告",
  1045. "navigationBarBackgroundColor": "#0386FD",
  1046. "navigationStyle": "custom", // 隐藏系统导航栏
  1047. "app-plus": {
  1048. "titleNView": false, //禁用原生导航栏
  1049. "bounce": "none"
  1050. }
  1051. }
  1052. },
  1053. {
  1054. "path": "examReport/questionBankAllExplain",
  1055. "style": {
  1056. "navigationBarTitleText": "全部解析",
  1057. "navigationBarBackgroundColor": "#0386FD",
  1058. "navigationStyle": "custom", // 隐藏系统导航栏
  1059. "app-plus": {
  1060. "titleNView": false, //禁用原生导航栏
  1061. "bounce": "none"
  1062. }
  1063. }
  1064. },
  1065. {
  1066. "path": "examReport/questionBankWrongExplain",
  1067. "style": {
  1068. "navigationBarTitleText": "错题解析",
  1069. "navigationBarBackgroundColor": "#0386FD",
  1070. "navigationStyle": "custom", // 隐藏系统导航栏
  1071. "app-plus": {
  1072. "titleNView": false, //禁用原生导航栏
  1073. "bounce": "none"
  1074. }
  1075. }
  1076. },
  1077. {
  1078. "path": "examBank/index",
  1079. "style": {
  1080. "navigationBarTitleText": "模考",
  1081. "navigationBarBackgroundColor": "#0386FD",
  1082. "navigationStyle": "custom", // 隐藏系统导航栏
  1083. "app-plus": {
  1084. "titleNView": false, //禁用原生导航栏
  1085. "bounce": "none"
  1086. }
  1087. }
  1088. },
  1089. {
  1090. "path": "liveList/index",
  1091. "style": {
  1092. "navigationBarTitleText": "模考讲解直播",
  1093. "navigationBarBackgroundColor": "#0386FD",
  1094. "navigationStyle": "custom", // 隐藏系统导航栏
  1095. "app-plus": {
  1096. "titleNView": false, //禁用原生导航栏
  1097. "bounce": "none"
  1098. }
  1099. }
  1100. },
  1101. {
  1102. "path": "mockExam/examApply",
  1103. "style": {
  1104. "navigationBarTitleText": "模考报名",
  1105. "navigationBarBackgroundColor": "#0386FD",
  1106. "navigationStyle": "custom", // 隐藏系统导航栏
  1107. "app-plus": {
  1108. "titleNView": false, //禁用原生导航栏
  1109. "bounce": "none"
  1110. }
  1111. }
  1112. },
  1113. {
  1114. "path": "mockExam/registrationSuccess",
  1115. "style": {
  1116. "navigationBarTitleText": "模考报名成功",
  1117. "navigationBarBackgroundColor": "#0386FD",
  1118. "navigationStyle": "custom", // 隐藏系统导航栏
  1119. "app-plus": {
  1120. "titleNView": false, //禁用原生导航栏
  1121. "bounce": "none"
  1122. }
  1123. }
  1124. },
  1125. {
  1126. "path": "scan/recommen",
  1127. "style": {
  1128. "navigationBarTitleText": "课程列表",
  1129. "navigationBarBackgroundColor": "#0386FD",
  1130. "navigationStyle": "custom", // 隐藏系统导航栏
  1131. "app-plus": {
  1132. "titleNView": false, //禁用原生导航栏
  1133. "bounce": "none"
  1134. }
  1135. }
  1136. },
  1137. {
  1138. "path": "scan/retailact",
  1139. "style": {
  1140. "navigationBarTitleText": "课程列表",
  1141. "navigationBarBackgroundColor": "#0386FD",
  1142. "navigationStyle": "custom", // 隐藏系统导航栏
  1143. "app-plus": {
  1144. "titleNView": false, //禁用原生导航栏
  1145. "bounce": "none"
  1146. }
  1147. }
  1148. },
  1149. {
  1150. "path": "scan/packPage",
  1151. "style": {
  1152. "navigationBarTitleText": "活动",
  1153. "navigationBarBackgroundColor": "#0386FD",
  1154. "navigationStyle": "custom", // 隐藏系统导航栏
  1155. "app-plus": {
  1156. "titleNView": false, //禁用原生导航栏
  1157. "bounce": "none"
  1158. }
  1159. }
  1160. }
  1161. ]
  1162. }
  1163. ],
  1164. "preloadRule": {
  1165. "pages/index/index": {
  1166. "network": "all",
  1167. "packages": []
  1168. }
  1169. },
  1170. "globalStyle": {
  1171. "navigationBarTextStyle": "black",
  1172. "navigationBarTitleText": "WeChat",
  1173. "navigationBarBackgroundColor": "#F8F8F8",
  1174. "backgroundColor": "#F8F8F8",
  1175. "usingComponents": {}
  1176. },
  1177. "tabBar": {
  1178. "color": "#AAAAAA",
  1179. "selectedColor": "#222",
  1180. "borderStyle": "black",
  1181. "backgroundColor": "#fff",
  1182. "list": [
  1183. {
  1184. "pagePath": "pages/index/index"
  1185. },
  1186. {
  1187. "pagePath": "pages/course/index"
  1188. },
  1189. {
  1190. "pagePath": "pages/learn/index"
  1191. },
  1192. {
  1193. "pagePath": "pages/questionBank/index"
  1194. },
  1195. {
  1196. "pagePath": "pages/wd/index"
  1197. }
  1198. ]
  1199. },
  1200. "navigateToMiniProgramAppIdList": [""],
  1201. "easycom": {
  1202. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  1203. }
  1204. }