pages.json 27 KB

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