pages.json 28 KB

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