pages.json 31 KB

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