pages.json 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  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. ]
  1057. }],
  1058. "preloadRule": {
  1059. "pages/index/index": {
  1060. "network": "all",
  1061. "packages": []
  1062. }
  1063. },
  1064. "globalStyle": {
  1065. "navigationBarTextStyle": "black",
  1066. "navigationBarTitleText": "WeChat",
  1067. "navigationBarBackgroundColor": "#F8F8F8",
  1068. "backgroundColor": "#F8F8F8",
  1069. "usingComponents": {
  1070. }
  1071. },
  1072. "tabBar": {
  1073. "color": "#AAAAAA",
  1074. "selectedColor": "#222", //007AFF
  1075. "borderStyle": "black",
  1076. "backgroundColor": "#fff",
  1077. "list": [{
  1078. "pagePath": "pages/index/index",
  1079. "iconPath": "static/nav1.png",
  1080. "selectedIconPath": "static/nav1_on.png",
  1081. "text": "首页"
  1082. },
  1083. {
  1084. "pagePath": "pages/course/index",
  1085. "iconPath": "static/nav2.png",
  1086. "selectedIconPath": "static/nav2_on.png",
  1087. "text": "选课"
  1088. },
  1089. {
  1090. "pagePath": "pages/learn/index",
  1091. "iconPath": "static/nav6.png",
  1092. "selectedIconPath": "static/nav6_on.png",
  1093. "text": "学习"
  1094. },
  1095. {
  1096. "pagePath": "pages/questionBank/index",
  1097. "iconPath": "static/nav3.png",
  1098. "selectedIconPath": "static/nav3_on.png",
  1099. "text": "题库"
  1100. },
  1101. {
  1102. "pagePath": "pages/wd/index",
  1103. "iconPath": "static/nav5.png",
  1104. "selectedIconPath": "static/nav5_on.png",
  1105. "text": "我的"
  1106. }
  1107. ]
  1108. },
  1109. "navigateToMiniProgramAppIdList": [
  1110. ""
  1111. ],
  1112. "easycom": {
  1113. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  1114. }
  1115. }