pages.json 25 KB

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