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. {
  130. "path": "wd/class", //暂时不用
  131. "style": {
  132. "navigationBarTitleText": "我的网课",
  133. "navigationStyle": "custom", // 隐藏系统导航栏
  134. "app-plus": {
  135. "titleNView": false, //禁用原生导航栏
  136. "bounce": "none"
  137. }
  138. }
  139. },
  140. {
  141. "path": "order/confirm_list",
  142. "style": {
  143. "navigationBarTitleText": "确认订单",
  144. "navigationStyle": "custom", // 隐藏系统导航栏
  145. "app-plus": {
  146. "titleNView": false, //禁用原生导航栏
  147. "bounce": "none"
  148. }
  149. }
  150. },
  151. {
  152. "path": "order/confirm_pay",
  153. "style": {
  154. "navigationBarTitleText": "订单支付",
  155. "navigationStyle": "custom", // 隐藏系统导航栏
  156. "app-plus": {
  157. "titleNView": false, //禁用原生导航栏
  158. "bounce": "none"
  159. }
  160. }
  161. },
  162. {
  163. "path": "order/confirm_success",
  164. "style": {
  165. "navigationBarTitleText": "支付成功",
  166. "navigationStyle": "custom", // 隐藏系统导航栏
  167. "app-plus": {
  168. "titleNView": false, //禁用原生导航栏
  169. "bounce": "none"
  170. }
  171. }
  172. },
  173. {
  174. "path": "order/index",
  175. "style": {
  176. "navigationBarTitleText": "我的订单",
  177. "navigationStyle": "custom", // 隐藏系统导航栏
  178. // "enablePullDownRefresh": true,
  179. "app-plus": {
  180. "titleNView": false, //禁用原生导航栏
  181. "bounce": "none"
  182. }
  183. }
  184. },
  185. {
  186. "path": "invoice/index",
  187. "style": {
  188. "navigationBarTitleText": "发票申请",
  189. "navigationStyle": "custom", // 隐藏系统导航栏
  190. // "enablePullDownRefresh": true,
  191. "app-plus": {
  192. "titleNView": false, //禁用原生导航栏
  193. "bounce": "none"
  194. }
  195. }
  196. },
  197. {
  198. "path": "exam/index", // 暂时不用
  199. "style": {
  200. "navigationBarTitleText": "我的考试",
  201. "navigationStyle": "custom", // 隐藏系统导航栏
  202. "app-plus": {
  203. "titleNView": false, //禁用原生导航栏
  204. "bounce": "none"
  205. }
  206. }
  207. },
  208. {
  209. "path": "exam/exam_appointment",
  210. "style": {
  211. "navigationBarTitleText": "考试预约",
  212. "navigationStyle": "custom", // 隐藏系统导航栏
  213. "app-plus": {
  214. "titleNView": false, //禁用原生导航栏
  215. "bounce": "none"
  216. }
  217. }
  218. },
  219. {
  220. "path": "exam/signCommit",
  221. "style": {
  222. "navigationBarTitleText": "签署承诺书",
  223. "navigationStyle": "custom", // 隐藏系统导航栏
  224. "app-plus": {
  225. "titleNView": false, //禁用原生导航栏
  226. "bounce": "none"
  227. }
  228. }
  229. },
  230. {
  231. "path": "exam/exam_result",
  232. "style": {
  233. "navigationBarTitleText": "考试成绩和证书",
  234. "navigationStyle": "custom", // 隐藏系统导航栏
  235. "app-plus": {
  236. "titleNView": false, //禁用原生导航栏
  237. "bounce": "none"
  238. }
  239. }
  240. },
  241. {
  242. "path": "wd/question_bank",
  243. "style": {
  244. "navigationBarTitleText": "我的题库通",
  245. "navigationStyle": "custom", // 隐藏系统导航栏
  246. "app-plus": {
  247. "titleNView": false, //禁用原生导航栏
  248. "bounce": "none"
  249. }
  250. }
  251. },
  252. {
  253. "path": "bank/my_question",
  254. "style": {
  255. "navigationBarTitleText": "我的题库",
  256. "navigationStyle": "custom", // 隐藏系统导航栏
  257. "app-plus": {
  258. "titleNView": false, //禁用原生导航栏
  259. "bounce": "none"
  260. }
  261. }
  262. },
  263. {
  264. "path": "bank/free_question",
  265. "style": {
  266. "navigationBarTitleText": "赠送题卷",
  267. "navigationStyle": "custom", // 隐藏系统导航栏
  268. "app-plus": {
  269. "titleNView": false, //禁用原生导航栏
  270. "bounce": "none"
  271. }
  272. }
  273. },
  274. {
  275. "path": "bank/question_record",
  276. "style": {
  277. "navigationBarTitleText": "做题记录",
  278. "navigationStyle": "custom", // 隐藏系统导航栏
  279. "enablePullDownRefresh":true,
  280. "app-plus": {
  281. "titleNView": false, //禁用原生导航栏
  282. "bounce": "none"
  283. }
  284. }
  285. },
  286. {
  287. "path": "bank/question_record_list",
  288. "style": {
  289. "navigationBarTitleText": "做题记录",
  290. "navigationStyle": "custom", // 隐藏系统导航栏
  291. "enablePullDownRefresh":true,
  292. "app-plus": {
  293. "titleNView": false, //禁用原生导航栏
  294. "bounce": "none"
  295. }
  296. }
  297. },
  298. {
  299. "path": "bank/detail",
  300. "style": {
  301. "navigationBarTitleText": "题库详情",
  302. "navigationStyle": "custom", // 隐藏系统导航栏
  303. "app-plus": {
  304. "titleNView": false, //禁用原生导航栏
  305. "bounce": "none"
  306. }
  307. }
  308. },
  309. {
  310. "path": "bank/question_detail",
  311. "style": {
  312. "navigationBarTitleText": "进入刷题",
  313. "navigationStyle": "custom", // 隐藏系统导航栏
  314. "app-plus": {
  315. "titleNView": false, //禁用原生导航栏
  316. "bounce": "none"
  317. }
  318. }
  319. },
  320. {
  321. "path": "msg/index",
  322. "style": {
  323. "enablePullDownRefresh":true,
  324. "navigationBarTitleText": "我的消息",
  325. "navigationStyle": "custom", // 隐藏系统导航栏
  326. "app-plus": {
  327. "titleNView": false, //禁用原生导航栏
  328. "bounce": "none"
  329. }
  330. }
  331. },
  332. {
  333. "path": "bank/question_statistics",
  334. "style": {
  335. "navigationBarTitleText": "做题统计",
  336. "navigationStyle": "custom", // 隐藏系统导航栏
  337. "app-plus": {
  338. "titleNView": false, //禁用原生导航栏
  339. "bounce": "none"
  340. }
  341. }
  342. },
  343. {
  344. "path": "bank/question_report",
  345. "style": {
  346. "navigationBarTitleText": "试卷报告",
  347. "navigationStyle": "custom", // 隐藏系统导航栏
  348. "app-plus": {
  349. "titleNView": false, //禁用原生导航栏
  350. "bounce": "none"
  351. }
  352. }
  353. },
  354. {
  355. "path": "bank/questionBank",
  356. "style": {
  357. "navigationBarTitleText": "试卷题目",
  358. "navigationStyle": "custom", // 隐藏系统导航栏
  359. "app-plus": {
  360. "titleNView": false, //禁用原生导航栏
  361. "bounce": "none"
  362. }
  363. }
  364. },
  365. {
  366. "path": "class/questionBank",
  367. "style": {
  368. "navigationBarTitleText": "试卷题目",
  369. "navigationStyle": "custom", // 隐藏系统导航栏
  370. "app-plus": {
  371. "titleNView": false, //禁用原生导航栏
  372. "bounce": "none"
  373. }
  374. }
  375. },
  376. {
  377. "path": "bank/questionBankExplain",
  378. "style": {
  379. "navigationBarTitleText": "解析",
  380. "navigationStyle": "custom", // 隐藏系统导航栏
  381. "app-plus": {
  382. "titleNView": false, //禁用原生导航栏
  383. "bounce": "none"
  384. }
  385. }
  386. },
  387. {
  388. "path": "bank/questionBankWrongExplain",
  389. "style": {
  390. "navigationBarTitleText": "错题解析",
  391. "navigationStyle": "custom", // 隐藏系统导航栏
  392. "app-plus": {
  393. "titleNView": false, //禁用原生导航栏
  394. "bounce": "none"
  395. }
  396. }
  397. },
  398. {
  399. "path": "bank/questionBankAllExplain",
  400. "style": {
  401. "navigationBarTitleText": "全部解析",
  402. "navigationStyle": "custom", // 隐藏系统导航栏
  403. "app-plus": {
  404. "titleNView": false, //禁用原生导航栏
  405. "bounce": "none"
  406. }
  407. }
  408. },
  409. {
  410. "path": "bank/questionBankContinue",
  411. "style": {
  412. "navigationBarTitleText": "试卷题目",
  413. "navigationStyle": "custom", // 隐藏系统导航栏
  414. "app-plus": {
  415. "titleNView": false, //禁用原生导航栏
  416. "bounce": "none"
  417. }
  418. }
  419. },
  420. {
  421. "path": "bank/questionBankExplainDetail",
  422. "style": {
  423. "navigationBarTitleText": "试卷解析",
  424. "navigationStyle": "custom", // 隐藏系统导航栏
  425. "app-plus": {
  426. "titleNView": false, //禁用原生导航栏
  427. "bounce": "none"
  428. }
  429. }
  430. },
  431. {
  432. "path": "bank/questionBankTest",
  433. "style": {
  434. "navigationBarTitleText": "试卷",
  435. "navigationStyle": "custom", // 隐藏系统导航栏
  436. "app-plus": {
  437. "titleNView": false, //禁用原生导航栏
  438. "bounce": "none"
  439. }
  440. }
  441. },
  442. {
  443. "path": "msg/detail",
  444. "style": {
  445. "navigationBarTitleText": "消息详情",
  446. "navigationStyle": "custom", // 隐藏系统导航栏
  447. "app-plus": {
  448. "titleNView": false, //禁用原生导航栏
  449. "bounce": "none"
  450. }
  451. }
  452. },
  453. {
  454. "path": "plan/index",
  455. "style": {
  456. "navigationBarTitleText": "学习计划",
  457. "navigationStyle": "custom", // 隐藏系统导航栏
  458. "app-plus": {
  459. "titleNView": false, //禁用原生导航栏
  460. "bounce": "none"
  461. }
  462. }
  463. },
  464. {
  465. "path": "plan/create",
  466. "style": {
  467. "navigationBarTitleText": "创建计划",
  468. "navigationStyle": "custom", // 隐藏系统导航栏
  469. "app-plus": {
  470. "titleNView": false, //禁用原生导航栏
  471. "bounce": "none"
  472. }
  473. }
  474. },
  475. {
  476. "path": "plan/edit",
  477. "style": {
  478. "navigationBarTitleText": "修改计划",
  479. "navigationStyle": "custom", // 隐藏系统导航栏
  480. "app-plus": {
  481. "titleNView": false, //禁用原生导航栏
  482. "bounce": "none"
  483. }
  484. }
  485. },
  486. {
  487. "path": "verify/input",
  488. "style": {
  489. "navigationBarTitleText": "填写审核资料",
  490. "navigationStyle": "custom", // 隐藏系统导航栏
  491. "app-plus": {
  492. "titleNView": false, //禁用原生导航栏
  493. "bounce": "none"
  494. }
  495. }
  496. },
  497. {
  498. "path": "verify/input2",
  499. "style": {
  500. "navigationBarTitleText": "填写审核资料",
  501. "navigationStyle": "custom", // 隐藏系统导航栏
  502. "app-plus": {
  503. "titleNView": false, //禁用原生导航栏
  504. "bounce": "none"
  505. }
  506. }
  507. },
  508. {
  509. "path": "appointment/index",
  510. "style": {
  511. "navigationBarTitleText": "预约考试",
  512. "navigationStyle": "custom", // 隐藏系统导航栏
  513. "app-plus": {
  514. "titleNView": false, //禁用原生导航栏
  515. "bounce": "none"
  516. }
  517. }
  518. },
  519. {
  520. "path": "appointment/order",
  521. "style": {
  522. "navigationBarTitleText": "预约考试",
  523. "navigationStyle": "custom", // 隐藏系统导航栏
  524. "app-plus": {
  525. "titleNView": false, //禁用原生导航栏
  526. "bounce": "none"
  527. }
  528. }
  529. },
  530. {
  531. "path": "appointment/kporder",
  532. "style": {
  533. "navigationBarTitleText": "考前培训预约考试",
  534. "navigationStyle": "custom", // 隐藏系统导航栏
  535. "app-plus": {
  536. "titleNView": false, //禁用原生导航栏
  537. "bounce": "none"
  538. }
  539. }
  540. },
  541. {
  542. "path": "appointment/appointment_success",
  543. "style": {
  544. "navigationBarTitleText": "预约成功",
  545. "app-plus": {
  546. "titleNView": false, //禁用原生导航栏
  547. "bounce": "none"
  548. }
  549. }
  550. },
  551. {
  552. "path": "subject/collectBank",
  553. "style": {
  554. "navigationBarTitleText": "试卷",
  555. "navigationStyle": "custom", // 隐藏系统导航栏
  556. "app-plus": {
  557. "titleNView": false, //禁用原生导航栏
  558. "bounce": "none"
  559. }
  560. }
  561. },
  562. {
  563. "path": "subject/wrongBank",
  564. "style": {
  565. "navigationBarTitleText": "错题",
  566. "navigationStyle": "custom", // 隐藏系统导航栏
  567. "app-plus": {
  568. "titleNView": false, //禁用原生导航栏
  569. "bounce": "none"
  570. }
  571. }
  572. },
  573. {
  574. "path": "subject/collectTypeBank",
  575. "style": {
  576. "navigationBarTitleText": "试卷",
  577. "navigationStyle": "custom", // 隐藏系统导航栏
  578. "app-plus": {
  579. "titleNView": false, //禁用原生导航栏
  580. "bounce": "none"
  581. }
  582. }
  583. },
  584. {
  585. "path": "subject/wrongTypeBank",
  586. "style": {
  587. "navigationBarTitleText": "试卷",
  588. "navigationStyle": "custom", // 隐藏系统导航栏
  589. "app-plus": {
  590. "titleNView": false, //禁用原生导航栏
  591. "bounce": "none"
  592. }
  593. }
  594. },
  595. {
  596. "path": "class/question_report",
  597. "style": {
  598. "navigationBarTitleText": "试卷报告",
  599. "navigationStyle": "custom", // 隐藏系统导航栏
  600. "app-plus": {
  601. "titleNView": false, //禁用原生导航栏
  602. "bounce": "none"
  603. }
  604. }
  605. },
  606. {
  607. "path": "subject/wrong",
  608. "style": {
  609. "navigationBarTitleText": "错题集",
  610. "navigationStyle": "custom", // 隐藏系统导航栏
  611. "app-plus": {
  612. "titleNView": false, //禁用原生导航栏
  613. "bounce": "none"
  614. }
  615. }
  616. },
  617. {
  618. "path": "bank/wrongById",
  619. "style": {
  620. "navigationBarTitleText": "错题集",
  621. "navigationStyle": "custom", // 隐藏系统导航栏
  622. "app-plus": {
  623. "titleNView": false, //禁用原生导航栏
  624. "bounce": "none"
  625. }
  626. }
  627. },
  628. {
  629. "path": "bank/collectById",
  630. "style": {
  631. "navigationBarTitleText": "收藏集",
  632. "navigationStyle": "custom", // 隐藏系统导航栏
  633. "app-plus": {
  634. "titleNView": false, //禁用原生导航栏
  635. "bounce": "none"
  636. }
  637. }
  638. },
  639. {
  640. "path": "subject/collect",
  641. "style": {
  642. "navigationBarTitleText": "收藏集",
  643. "navigationStyle": "custom", // 隐藏系统导航栏
  644. "app-plus": {
  645. "titleNView": false, //禁用原生导航栏
  646. "bounce": "none"
  647. }
  648. }
  649. },
  650. {
  651. "path": "learn/my_learn",
  652. "style": {
  653. "navigationBarTitleText": "我的学时",
  654. "navigationStyle": "custom", // 隐藏系统导航栏
  655. "app-plus": {
  656. "titleNView": false, //禁用原生导航栏
  657. "bounce": "none"
  658. }
  659. }
  660. },
  661. {
  662. "path": "learn/details",
  663. "style": {
  664. "navigationBarTitleText": "详情",
  665. "navigationStyle": "custom", // 隐藏系统导航栏
  666. "app-plus": {
  667. "titleNView": false, //禁用原生导航栏
  668. "bounce": "none"
  669. }
  670. }
  671. },
  672. {
  673. "path": "learn/menu",
  674. "style": {
  675. "navigationBarTitleText": "目录",
  676. "navigationStyle": "custom", // 隐藏系统导航栏
  677. "app-plus": {
  678. "titleNView": false, //禁用原生导航栏
  679. "bounce": "none"
  680. }
  681. }
  682. },
  683. {
  684. "path": "wd/course",
  685. "style": {
  686. "navigationBarTitleText": "所有课程",
  687. "navigationStyle": "custom", // 隐藏系统导航栏
  688. "app-plus": {
  689. "titleNView": false, //禁用原生导航栏
  690. "bounce": "none"
  691. }
  692. }
  693. },
  694. {
  695. "path": "dailyPractice/index",
  696. "style": {
  697. "navigationBarTitleText": "每日一练",
  698. "navigationStyle": "custom", // 隐藏系统导航栏
  699. "app-plus": {
  700. "titleNView": false, //禁用原生导航栏
  701. "bounce": "none"
  702. }
  703. }
  704. },
  705. {
  706. "path": "randomPractice/index",
  707. "style": {
  708. "navigationBarTitleText": "随机练习",
  709. "navigationStyle": "custom", // 隐藏系统导航栏
  710. "app-plus": {
  711. "titleNView": false, //禁用原生导航栏
  712. "bounce": "none"
  713. }
  714. }
  715. }
  716. ]
  717. },{
  718. "root": "pages3",
  719. "pages": [{
  720. "path": "polyv/polyv", // 没用用到
  721. "style": {
  722. "navigationBarTitleText": "保利威直播",
  723. "app-plus": {
  724. "bounce": "none"
  725. },
  726. "mp-weixin": {
  727. "usingComponents": {
  728. "player": "/pages3/static/polyv-sdk/components/player/player"
  729. }
  730. }
  731. }
  732. },
  733. {
  734. "path": "polyv/detail",
  735. "style": {
  736. "navigationBarTitleText": "课程详情",
  737. "navigationStyle": "custom", // 隐藏系统导航栏
  738. "app-plus": {
  739. "titleNView": false, //禁用原生导航栏
  740. "bounce": "none"
  741. },
  742. "mp-weixin": {
  743. "usingComponents": {
  744. "player": "/pages3/static/polyv-sdk/components/player/player",
  745. "polyv-player": "plugin://polyv-player/player"
  746. }
  747. }
  748. }
  749. },
  750. {
  751. "path": "course/detail",
  752. "style": {
  753. "navigationBarTitleText": "课程详情",
  754. "navigationStyle": "custom", // 隐藏系统导航栏
  755. "app-plus": {
  756. "titleNView": false, //禁用原生导航栏
  757. "bounce": "none"
  758. },
  759. "mp-weixin": {
  760. "usingComponents": {
  761. "polyv-player": "plugin://polyv-player/player"
  762. }
  763. }
  764. }
  765. },{
  766. "path": "live/detail",
  767. "style": {
  768. "navigationBarTitleText": "商品详情",
  769. "navigationBarBackgroundColor": "#0386FD",
  770. "navigationStyle": "custom", // 隐藏系统导航栏
  771. "app-plus": {
  772. "titleNView": false, //禁用原生导航栏
  773. "bounce": "none"
  774. },
  775. "mp-weixin": {
  776. "usingComponents": {
  777. "polyv-player": "plugin://polyv-player/player"
  778. }
  779. }
  780. }
  781. },{
  782. "path": "live/playback",
  783. "style": {
  784. "navigationBarTitleText": "回放视频",
  785. "navigationBarBackgroundColor": "#0386FD",
  786. "navigationStyle": "custom", // 隐藏系统导航栏
  787. "app-plus": {
  788. "titleNView": false, //禁用原生导航栏
  789. "bounce": "none"
  790. },
  791. "mp-weixin": {
  792. "usingComponents": {
  793. "polyv-player": "plugin://polyv-player/player"
  794. }
  795. }
  796. }
  797. }],
  798. "plugins": {
  799. "polyv-player": {
  800. "version": "0.3.0",
  801. "provider": "wx4a350a258a6f7876"
  802. }
  803. }
  804. },{
  805. "root": "pages4",
  806. "pages": [{
  807. "path": "login/login",
  808. "style": {
  809. "navigationBarTitleText": "登录页",
  810. "navigationBarBackgroundColor": "#0386FD",
  811. "navigationStyle": "custom", // 隐藏系统导航栏
  812. "app-plus": {
  813. "titleNView": false, //禁用原生导航栏
  814. "bounce": "none"
  815. }
  816. }
  817. },
  818. {
  819. "path": "login/pcLogin",
  820. "style": {
  821. "navigationBarTitleText": "pc登录页",
  822. "navigationBarBackgroundColor": "#0386FD",
  823. "navigationStyle": "custom", // 隐藏系统导航栏
  824. "app-plus": {
  825. "titleNView": false, //禁用原生导航栏
  826. "bounce": "none"
  827. }
  828. }
  829. },
  830. {
  831. "path": "login/pcLoginSuccess",
  832. "style": {
  833. "navigationBarTitleText": "登录成功",
  834. "navigationBarBackgroundColor": "#0386FD",
  835. "navigationStyle": "custom", // 隐藏系统导航栏
  836. "app-plus": {
  837. "titleNView": false, //禁用原生导航栏
  838. "bounce": "none"
  839. }
  840. }
  841. },
  842. {
  843. "path": "courseTopic/goodsTopic",
  844. "style": {
  845. "navigationBarTitleText": "选课中心",
  846. "navigationBarBackgroundColor": "#0386FD",
  847. "navigationStyle": "custom", // 隐藏系统导航栏
  848. "app-plus": {
  849. "titleNView": false, //禁用原生导航栏
  850. "bounce": "none"
  851. }
  852. }
  853. },
  854. {
  855. "path": "shopping/shoppingCart",
  856. "style": {
  857. "navigationBarTitleText": "购物车",
  858. "navigationStyle": "custom", // 隐藏系统导航栏
  859. "app-plus": {
  860. "titleNView": false, //禁用原生导航栏
  861. "bounce": "none"
  862. }
  863. }
  864. }
  865. ]
  866. },{
  867. "root": "pages5",
  868. "pages": [{
  869. "path": "exam/index",
  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",
  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_list", // 没有用到
  892. "style": {
  893. "navigationBarTitleText": "模考记录",
  894. "navigationBarBackgroundColor": "#0386FD",
  895. "navigationStyle": "custom", // 隐藏系统导航栏
  896. "app-plus": {
  897. "titleNView": false, //禁用原生导航栏
  898. "bounce": "none"
  899. }
  900. }
  901. },{
  902. "path": "examCount/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/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/list", // 暂时不用
  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/course",
  936. "style": {
  937. "navigationBarTitleText": "课程列表",
  938. "navigationBarBackgroundColor": "#0386FD",
  939. "navigationStyle": "custom", // 隐藏系统导航栏
  940. "app-plus": {
  941. "titleNView": false, //禁用原生导航栏
  942. "bounce": "none"
  943. }
  944. }
  945. },{
  946. "path": "examList/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": "examAppointList/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/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/questionBankAllExplain",
  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/questionBankWrongExplain",
  991. "style": {
  992. "navigationBarTitleText": "错题解析",
  993. "navigationBarBackgroundColor": "#0386FD",
  994. "navigationStyle": "custom", // 隐藏系统导航栏
  995. "app-plus": {
  996. "titleNView": false, //禁用原生导航栏
  997. "bounce": "none"
  998. }
  999. }
  1000. },{
  1001. "path": "examBank/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": "liveList/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": "mockExam/examApply",
  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/registrationSuccess",
  1035. "style": {
  1036. "navigationBarTitleText": "模考报名成功",
  1037. "navigationBarBackgroundColor": "#0386FD",
  1038. "navigationStyle": "custom", // 隐藏系统导航栏
  1039. "app-plus": {
  1040. "titleNView": false, //禁用原生导航栏
  1041. "bounce": "none"
  1042. }
  1043. }
  1044. },{
  1045. "path": "scan/recommen",
  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. }