pages.json 32 KB

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