pages.json 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  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. "path": "dailyPractice/index",
  707. "style": {
  708. "navigationBarTitleText": "每日一练",
  709. "navigationStyle": "custom", // 隐藏系统导航栏
  710. "app-plus": {
  711. "titleNView": false, //禁用原生导航栏
  712. "bounce": "none"
  713. }
  714. }
  715. },
  716. {
  717. "path": "randomPractice/index",
  718. "style": {
  719. "navigationBarTitleText": "随机练习",
  720. "navigationStyle": "custom", // 隐藏系统导航栏
  721. "app-plus": {
  722. "titleNView": false, //禁用原生导航栏
  723. "bounce": "none"
  724. }
  725. }
  726. }
  727. ]
  728. },{
  729. "root": "pages3",
  730. "pages": [{
  731. "path": "polyv/polyv",
  732. "style": {
  733. "navigationBarTitleText": "保利威直播",
  734. "app-plus": {
  735. "bounce": "none"
  736. },
  737. "mp-weixin": {
  738. "usingComponents": {
  739. "player": "/pages3/static/polyv-sdk/components/player/player"
  740. }
  741. }
  742. }
  743. },
  744. {
  745. "path": "polyv/detail",
  746. "style": {
  747. "navigationBarTitleText": "课程详情",
  748. "navigationStyle": "custom", // 隐藏系统导航栏
  749. "app-plus": {
  750. "titleNView": false, //禁用原生导航栏
  751. "bounce": "none"
  752. },
  753. "mp-weixin": {
  754. "usingComponents": {
  755. "player": "/pages3/static/polyv-sdk/components/player/player",
  756. "polyv-player": "plugin://polyv-player/player"
  757. }
  758. }
  759. }
  760. },
  761. {
  762. "path": "course/detail",
  763. "style": {
  764. "navigationBarTitleText": "课程详情",
  765. "navigationStyle": "custom", // 隐藏系统导航栏
  766. "app-plus": {
  767. "titleNView": false, //禁用原生导航栏
  768. "bounce": "none"
  769. },
  770. "mp-weixin": {
  771. "usingComponents": {
  772. "polyv-player": "plugin://polyv-player/player"
  773. }
  774. }
  775. }
  776. },{
  777. "path": "live/detail",
  778. "style": {
  779. "navigationBarTitleText": "商品详情",
  780. "navigationBarBackgroundColor": "#0386FD",
  781. "navigationStyle": "custom", // 隐藏系统导航栏
  782. "app-plus": {
  783. "titleNView": false, //禁用原生导航栏
  784. "bounce": "none"
  785. },
  786. "mp-weixin": {
  787. "usingComponents": {
  788. "polyv-player": "plugin://polyv-player/player"
  789. }
  790. }
  791. }
  792. },{
  793. "path": "live/playback",
  794. "style": {
  795. "navigationBarTitleText": "回放视频",
  796. "navigationBarBackgroundColor": "#0386FD",
  797. "navigationStyle": "custom", // 隐藏系统导航栏
  798. "app-plus": {
  799. "titleNView": false, //禁用原生导航栏
  800. "bounce": "none"
  801. },
  802. "mp-weixin": {
  803. "usingComponents": {
  804. "polyv-player": "plugin://polyv-player/player"
  805. }
  806. }
  807. }
  808. }],
  809. "plugins": {
  810. "polyv-player": {
  811. "version": "0.3.0",
  812. "provider": "wx4a350a258a6f7876"
  813. }
  814. }
  815. },{
  816. "root": "pages4",
  817. "pages": [{
  818. "path": "login/login",
  819. "style": {
  820. "navigationBarTitleText": "登录页",
  821. "navigationBarBackgroundColor": "#0386FD",
  822. "navigationStyle": "custom", // 隐藏系统导航栏
  823. "app-plus": {
  824. "titleNView": false, //禁用原生导航栏
  825. "bounce": "none"
  826. }
  827. }
  828. },
  829. {
  830. "path": "login/pcLogin",
  831. "style": {
  832. "navigationBarTitleText": "pc登录页",
  833. "navigationBarBackgroundColor": "#0386FD",
  834. "navigationStyle": "custom", // 隐藏系统导航栏
  835. "app-plus": {
  836. "titleNView": false, //禁用原生导航栏
  837. "bounce": "none"
  838. }
  839. }
  840. },
  841. {
  842. "path": "login/pcLoginSuccess",
  843. "style": {
  844. "navigationBarTitleText": "登录成功",
  845. "navigationBarBackgroundColor": "#0386FD",
  846. "navigationStyle": "custom", // 隐藏系统导航栏
  847. "app-plus": {
  848. "titleNView": false, //禁用原生导航栏
  849. "bounce": "none"
  850. }
  851. }
  852. },
  853. {
  854. "path": "courseTopic/goodsTopic",
  855. "style": {
  856. "navigationBarTitleText": "选课中心",
  857. "navigationBarBackgroundColor": "#0386FD",
  858. "navigationStyle": "custom", // 隐藏系统导航栏
  859. "app-plus": {
  860. "titleNView": false, //禁用原生导航栏
  861. "bounce": "none"
  862. }
  863. }
  864. },
  865. {
  866. "path": "shopping/shoppingCart",
  867. "style": {
  868. "navigationBarTitleText": "购物车",
  869. "navigationStyle": "custom", // 隐藏系统导航栏
  870. "app-plus": {
  871. "titleNView": false, //禁用原生导航栏
  872. "bounce": "none"
  873. }
  874. }
  875. }
  876. ]
  877. },{
  878. "root": "pages5",
  879. "pages": [{
  880. "path": "exam/index",
  881. "style": {
  882. "navigationBarTitleText": "我的模考",
  883. "navigationBarBackgroundColor": "#0386FD",
  884. "navigationStyle": "custom", // 隐藏系统导航栏
  885. "app-plus": {
  886. "titleNView": false, //禁用原生导航栏
  887. "bounce": "none"
  888. }
  889. }
  890. },{
  891. "path": "mockRecord/mock_record",
  892. "style": {
  893. "navigationBarTitleText": "模考记录",
  894. "navigationBarBackgroundColor": "#0386FD",
  895. "navigationStyle": "custom", // 隐藏系统导航栏
  896. "app-plus": {
  897. "titleNView": false, //禁用原生导航栏
  898. "bounce": "none"
  899. }
  900. }
  901. },{
  902. "path": "mockRecord/mock_record_list", // 没有用到
  903. "style": {
  904. "navigationBarTitleText": "模考记录",
  905. "navigationBarBackgroundColor": "#0386FD",
  906. "navigationStyle": "custom", // 隐藏系统导航栏
  907. "app-plus": {
  908. "titleNView": false, //禁用原生导航栏
  909. "bounce": "none"
  910. }
  911. }
  912. },{
  913. "path": "examCount/index",
  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/index",
  925. "style": {
  926. "navigationBarTitleText": "商品详情",
  927. "navigationBarBackgroundColor": "#0386FD",
  928. "navigationStyle": "custom", // 隐藏系统导航栏
  929. "app-plus": {
  930. "titleNView": false, //禁用原生导航栏
  931. "bounce": "none"
  932. }
  933. }
  934. },{
  935. "path": "liveDetail/list", // 暂时不用
  936. "style": {
  937. "navigationBarTitleText": "直播课列表",
  938. "navigationBarBackgroundColor": "#0386FD",
  939. "navigationStyle": "custom", // 隐藏系统导航栏
  940. "app-plus": {
  941. "titleNView": false, //禁用原生导航栏
  942. "bounce": "none"
  943. }
  944. }
  945. },{
  946. "path": "liveDetail/course",
  947. "style": {
  948. "navigationBarTitleText": "课程列表",
  949. "navigationBarBackgroundColor": "#0386FD",
  950. "navigationStyle": "custom", // 隐藏系统导航栏
  951. "app-plus": {
  952. "titleNView": false, //禁用原生导航栏
  953. "bounce": "none"
  954. }
  955. }
  956. },{
  957. "path": "examList/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": "examAppointList/index",
  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/index",
  980. "style": {
  981. "navigationBarTitleText": "试卷报告",
  982. "navigationBarBackgroundColor": "#0386FD",
  983. "navigationStyle": "custom", // 隐藏系统导航栏
  984. "app-plus": {
  985. "titleNView": false, //禁用原生导航栏
  986. "bounce": "none"
  987. }
  988. }
  989. },{
  990. "path": "examReport/questionBankAllExplain",
  991. "style": {
  992. "navigationBarTitleText": "全部解析",
  993. "navigationBarBackgroundColor": "#0386FD",
  994. "navigationStyle": "custom", // 隐藏系统导航栏
  995. "app-plus": {
  996. "titleNView": false, //禁用原生导航栏
  997. "bounce": "none"
  998. }
  999. }
  1000. },{
  1001. "path": "examReport/questionBankWrongExplain",
  1002. "style": {
  1003. "navigationBarTitleText": "错题解析",
  1004. "navigationBarBackgroundColor": "#0386FD",
  1005. "navigationStyle": "custom", // 隐藏系统导航栏
  1006. "app-plus": {
  1007. "titleNView": false, //禁用原生导航栏
  1008. "bounce": "none"
  1009. }
  1010. }
  1011. },{
  1012. "path": "examBank/index",
  1013. "style": {
  1014. "navigationBarTitleText": "模考",
  1015. "navigationBarBackgroundColor": "#0386FD",
  1016. "navigationStyle": "custom", // 隐藏系统导航栏
  1017. "app-plus": {
  1018. "titleNView": false, //禁用原生导航栏
  1019. "bounce": "none"
  1020. }
  1021. }
  1022. },{
  1023. "path": "liveList/index",
  1024. "style": {
  1025. "navigationBarTitleText": "模考讲解直播",
  1026. "navigationBarBackgroundColor": "#0386FD",
  1027. "navigationStyle": "custom", // 隐藏系统导航栏
  1028. "app-plus": {
  1029. "titleNView": false, //禁用原生导航栏
  1030. "bounce": "none"
  1031. }
  1032. }
  1033. },{
  1034. "path": "mockExam/examApply",
  1035. "style": {
  1036. "navigationBarTitleText": "模考报名",
  1037. "navigationBarBackgroundColor": "#0386FD",
  1038. "navigationStyle": "custom", // 隐藏系统导航栏
  1039. "app-plus": {
  1040. "titleNView": false, //禁用原生导航栏
  1041. "bounce": "none"
  1042. }
  1043. }
  1044. },{
  1045. "path": "mockExam/registrationSuccess",
  1046. "style": {
  1047. "navigationBarTitleText": "模考报名成功",
  1048. "navigationBarBackgroundColor": "#0386FD",
  1049. "navigationStyle": "custom", // 隐藏系统导航栏
  1050. "app-plus": {
  1051. "titleNView": false, //禁用原生导航栏
  1052. "bounce": "none"
  1053. }
  1054. }
  1055. },{
  1056. "path": "scan/recommen",
  1057. "style": {
  1058. "navigationBarTitleText": "课程列表",
  1059. "navigationBarBackgroundColor": "#0386FD",
  1060. "navigationStyle": "custom", // 隐藏系统导航栏
  1061. "app-plus": {
  1062. "titleNView": false, //禁用原生导航栏
  1063. "bounce": "none"
  1064. }
  1065. }
  1066. }
  1067. ]
  1068. }],
  1069. "preloadRule": {
  1070. "pages/index/index": {
  1071. "network": "all",
  1072. "packages": []
  1073. }
  1074. },
  1075. "globalStyle": {
  1076. "navigationBarTextStyle": "black",
  1077. "navigationBarTitleText": "WeChat",
  1078. "navigationBarBackgroundColor": "#F8F8F8",
  1079. "backgroundColor": "#F8F8F8",
  1080. "usingComponents": {
  1081. }
  1082. },
  1083. "tabBar": {
  1084. "color": "#AAAAAA",
  1085. "selectedColor": "#222", //007AFF
  1086. "borderStyle": "black",
  1087. "backgroundColor": "#fff",
  1088. "list": [{
  1089. "pagePath": "pages/index/index",
  1090. "iconPath": "static/nav1.png",
  1091. "selectedIconPath": "static/nav1_on.png",
  1092. "text": "首页"
  1093. },
  1094. {
  1095. "pagePath": "pages/course/index",
  1096. "iconPath": "static/nav2.png",
  1097. "selectedIconPath": "static/nav2_on.png",
  1098. "text": "选课"
  1099. },
  1100. {
  1101. "pagePath": "pages/learn/index",
  1102. "iconPath": "static/nav6.png",
  1103. "selectedIconPath": "static/nav6_on.png",
  1104. "text": "学习"
  1105. },
  1106. {
  1107. "pagePath": "pages/questionBank/index",
  1108. "iconPath": "static/nav3.png",
  1109. "selectedIconPath": "static/nav3_on.png",
  1110. "text": "题库"
  1111. },
  1112. {
  1113. "pagePath": "pages/wd/index",
  1114. "iconPath": "static/nav5.png",
  1115. "selectedIconPath": "static/nav5_on.png",
  1116. "text": "我的"
  1117. }
  1118. ]
  1119. },
  1120. "navigateToMiniProgramAppIdList": [
  1121. ""
  1122. ],
  1123. "easycom": {
  1124. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  1125. }
  1126. }