pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  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. "path": "pages/login/login",
  27. "style": {
  28. "navigationBarTitleText": "登录页",
  29. "navigationBarBackgroundColor": "#0386FD",
  30. "navigationBarTextStyle": "white",
  31. "navigationStyle": "custom", // 隐藏系统导航栏
  32. "app-plus": {
  33. "titleNView": false, //禁用原生导航栏
  34. "bounce": "none"
  35. }
  36. }
  37. }, {
  38. "path": "pages/recruitment/index",
  39. "style": {
  40. "navigationBarTitleText": "求职中心",
  41. "app-plus": {
  42. "titleNView": false //禁用原生导航栏
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/course/index",
  48. "style": {
  49. "navigationBarTitleText": "选课中心",
  50. "navigationBarTextStyle": "white",
  51. "navigationStyle": "custom", // 隐藏系统导航栏
  52. "enablePullDownRefresh":true,
  53. "app-plus": {
  54. "titleNView": false, //禁用原生导航栏
  55. "bounce": "none"
  56. }
  57. }
  58. },
  59. {
  60. "path": "pages/shopping/shoppingCart",
  61. "style": {
  62. "navigationBarTitleText": "购物车",
  63. "navigationBarTextStyle": "white",
  64. "navigationStyle": "custom", // 隐藏系统导航栏
  65. "app-plus": {
  66. "titleNView": false, //禁用原生导航栏
  67. "bounce": "none"
  68. }
  69. }
  70. }
  71. ],
  72. "subPackages": [{
  73. "root": "pages2",
  74. "pages": [{
  75. "path": "wd/info",
  76. "style": {
  77. "navigationBarTitleText": "我的资料",
  78. "navigationBarTextStyle": "white",
  79. "navigationStyle": "custom", // 隐藏系统导航栏
  80. "app-plus": {
  81. "titleNView": false, //禁用原生导航栏
  82. "bounce": "none"
  83. }
  84. }
  85. }, {
  86. "path": "wd/menu",
  87. "style": {
  88. "navigationBarTitleText": "基本资料",
  89. "app-plus": {
  90. "titleNView": false, //禁用原生导航栏
  91. "bounce": "none"
  92. }
  93. }
  94. }, {
  95. "path": "wd/edu_info",
  96. "style": {
  97. "navigationBarTitleText": "教育信息",
  98. "app-plus": {
  99. "titleNView": false, //禁用原生导航栏
  100. "bounce": "none"
  101. }
  102. }
  103. }, {
  104. "path": "register/register",
  105. "style": {
  106. "navigationBarTitleText": "注册页",
  107. "navigationBarBackgroundColor": "#0386FD",
  108. "navigationBarTextStyle": "white",
  109. "navigationStyle": "custom", // 隐藏系统导航栏
  110. "app-plus": {
  111. "titleNView": false, //禁用原生导航栏
  112. "bounce": "none"
  113. }
  114. }
  115. }, {
  116. "path": "register/forget",
  117. "style": {
  118. "navigationBarTitleText": "忘记密码",
  119. "navigationBarBackgroundColor": "#0386FD",
  120. "navigationBarTextStyle": "white",
  121. "navigationStyle": "custom", // 隐藏系统导航栏
  122. "app-plus": {
  123. "titleNView": false, //禁用原生导航栏
  124. "bounce": "none"
  125. }
  126. }
  127. }, {
  128. "path": "register/bind",
  129. "style": {
  130. "navigationBarTitleText": "关联学员身份",
  131. "navigationBarBackgroundColor": "#0386FD",
  132. "navigationBarTextStyle": "white",
  133. "navigationStyle": "custom", // 隐藏系统导航栏
  134. "app-plus": {
  135. "titleNView": false, //禁用原生导航栏
  136. "bounce": "none"
  137. }
  138. }
  139. },
  140. {
  141. "path": "wd/class",
  142. "style": {
  143. "navigationBarTitleText": "我的网课",
  144. "app-plus": {
  145. "titleNView": false, //禁用原生导航栏
  146. "bounce": "none"
  147. }
  148. }
  149. },
  150. {
  151. "path": "class/detail",
  152. "style": {
  153. "navigationBarTitleText": "单科",
  154. "app-plus": {
  155. "titleNView": false, //禁用原生导航栏
  156. "bounce": "none"
  157. },
  158. "mp-weixin": {
  159. "usingComponents": {
  160. "polyv-player": "plugin://polyv-player/player"
  161. }
  162. }
  163. }
  164. },
  165. {
  166. "path": "order/confirm_list",
  167. "style": {
  168. "navigationBarTitleText": "确认订单",
  169. "app-plus": {
  170. "titleNView": false, //禁用原生导航栏
  171. "bounce": "none"
  172. }
  173. }
  174. },
  175. {
  176. "path": "order/confirm_pay",
  177. "style": {
  178. "navigationBarTitleText": "订单支付",
  179. "app-plus": {
  180. "titleNView": false, //禁用原生导航栏
  181. "bounce": "none"
  182. }
  183. }
  184. },
  185. {
  186. "path": "order/confirm_success",
  187. "style": {
  188. "navigationBarTitleText": "支付成功",
  189. "app-plus": {
  190. "titleNView": false, //禁用原生导航栏
  191. "bounce": "none"
  192. }
  193. }
  194. },
  195. {
  196. "path": "order/index",
  197. "style": {
  198. "navigationBarTitleText": "我的订单",
  199. // "enablePullDownRefresh": true,
  200. "app-plus": {
  201. "titleNView": false, //禁用原生导航栏
  202. "bounce": "none"
  203. }
  204. }
  205. },
  206. {
  207. "path": "invoice/index",
  208. "style": {
  209. "navigationBarTitleText": "发票申请",
  210. // "enablePullDownRefresh": true,
  211. "app-plus": {
  212. "titleNView": false, //禁用原生导航栏
  213. "bounce": "none"
  214. }
  215. }
  216. },
  217. {
  218. "path": "exam/index",
  219. "style": {
  220. "navigationBarTitleText": "我的考试",
  221. "app-plus": {
  222. "titleNView": false, //禁用原生导航栏
  223. "bounce": "none"
  224. }
  225. }
  226. },
  227. {
  228. "path": "exam/exam_appointment",
  229. "style": {
  230. "navigationBarTitleText": "考试预约",
  231. "app-plus": {
  232. "titleNView": false, //禁用原生导航栏
  233. "bounce": "none"
  234. }
  235. }
  236. },
  237. {
  238. "path": "exam/exam_result",
  239. "style": {
  240. "navigationBarTitleText": "考试成绩和证书",
  241. "app-plus": {
  242. "titleNView": false, //禁用原生导航栏
  243. "bounce": "none"
  244. }
  245. }
  246. },
  247. {
  248. "path": "wd/question_bank",
  249. "style": {
  250. "navigationBarTitleText": "我的题库通",
  251. "app-plus": {
  252. "titleNView": false, //禁用原生导航栏
  253. "bounce": "none"
  254. }
  255. }
  256. },
  257. {
  258. "path": "bank/my_question",
  259. "style": {
  260. "navigationBarTitleText": "我的题库",
  261. "app-plus": {
  262. "titleNView": false, //禁用原生导航栏
  263. "bounce": "none"
  264. }
  265. }
  266. },
  267. {
  268. "path": "bank/question_record",
  269. "style": {
  270. "navigationBarTitleText": "做题记录",
  271. "enablePullDownRefresh":true,
  272. "app-plus": {
  273. "titleNView": false, //禁用原生导航栏
  274. "bounce": "none"
  275. }
  276. }
  277. },
  278. {
  279. "path": "bank/detail",
  280. "style": {
  281. "navigationBarTitleText": "题库详情",
  282. "app-plus": {
  283. "titleNView": false, //禁用原生导航栏
  284. "bounce": "none"
  285. }
  286. }
  287. },
  288. {
  289. "path": "bank/question_detail",
  290. "style": {
  291. "navigationBarTitleText": "进入刷题",
  292. "app-plus": {
  293. "titleNView": false, //禁用原生导航栏
  294. "bounce": "none"
  295. }
  296. }
  297. },
  298. {
  299. "path": "msg/index",
  300. "style": {
  301. "enablePullDownRefresh":true,
  302. "navigationBarTitleText": "我的消息",
  303. "app-plus": {
  304. "titleNView": false, //禁用原生导航栏
  305. "bounce": "none"
  306. }
  307. }
  308. },
  309. {
  310. "path": "bank/question_statistics",
  311. "style": {
  312. "navigationBarTitleText": "做题统计",
  313. "app-plus": {
  314. "titleNView": false, //禁用原生导航栏
  315. "bounce": "none"
  316. }
  317. }
  318. },
  319. {
  320. "path": "bank/question_report",
  321. "style": {
  322. "navigationBarTitleText": "试卷报告",
  323. "app-plus": {
  324. "titleNView": false, //禁用原生导航栏
  325. "bounce": "none"
  326. }
  327. }
  328. },
  329. {
  330. "path": "bank/questionBank",
  331. "style": {
  332. "navigationBarTitleText": "试卷题目",
  333. "navigationStyle": "custom", // 隐藏系统导航栏
  334. "app-plus": {
  335. "titleNView": false, //禁用原生导航栏
  336. "bounce": "none"
  337. }
  338. }
  339. },
  340. {
  341. "path": "class/questionBank",
  342. "style": {
  343. "navigationBarTitleText": "试卷题目",
  344. "navigationStyle": "custom", // 隐藏系统导航栏
  345. "app-plus": {
  346. "titleNView": false, //禁用原生导航栏
  347. "bounce": "none"
  348. }
  349. }
  350. },
  351. {
  352. "path": "bank/questionBankExplain",
  353. "style": {
  354. "navigationBarTitleText": "解析",
  355. "app-plus": {
  356. "titleNView": false, //禁用原生导航栏
  357. "bounce": "none"
  358. }
  359. }
  360. },
  361. {
  362. "path": "bank/questionBankWrongExplain",
  363. "style": {
  364. "navigationBarTitleText": "错题解析",
  365. "app-plus": {
  366. "titleNView": false, //禁用原生导航栏
  367. "bounce": "none"
  368. }
  369. }
  370. },
  371. {
  372. "path": "bank/questionBankAllExplain",
  373. "style": {
  374. "navigationBarTitleText": "全部解析",
  375. "app-plus": {
  376. "titleNView": false, //禁用原生导航栏
  377. "bounce": "none"
  378. }
  379. }
  380. },
  381. {
  382. "path": "bank/questionBankContinue",
  383. "style": {
  384. "navigationBarTitleText": "试卷题目",
  385. "navigationStyle": "custom", // 隐藏系统导航栏
  386. "app-plus": {
  387. "titleNView": false, //禁用原生导航栏
  388. "bounce": "none"
  389. }
  390. }
  391. },
  392. {
  393. "path": "bank/questionBankExplainDetail",
  394. "style": {
  395. "navigationBarTitleText": "试卷解析",
  396. "app-plus": {
  397. "titleNView": false, //禁用原生导航栏
  398. "bounce": "none"
  399. }
  400. }
  401. },
  402. {
  403. "path": "bank/questionBankTest",
  404. "style": {
  405. "navigationBarTitleText": "试卷标题",
  406. "app-plus": {
  407. "titleNView": false, //禁用原生导航栏
  408. "bounce": "none"
  409. }
  410. }
  411. },
  412. {
  413. "path": "msg/detail",
  414. "style": {
  415. "navigationBarTitleText": "消息详情",
  416. "app-plus": {
  417. "titleNView": false, //禁用原生导航栏
  418. "bounce": "none"
  419. }
  420. }
  421. },
  422. {
  423. "path": "plan/index",
  424. "style": {
  425. "navigationBarTitleText": "学习计划",
  426. "app-plus": {
  427. "titleNView": false, //禁用原生导航栏
  428. "bounce": "none"
  429. }
  430. }
  431. },
  432. {
  433. "path": "plan/create",
  434. "style": {
  435. "navigationBarTitleText": "创建计划",
  436. "app-plus": {
  437. "titleNView": false, //禁用原生导航栏
  438. "bounce": "none"
  439. }
  440. }
  441. },
  442. {
  443. "path": "plan/edit",
  444. "style": {
  445. "navigationBarTitleText": "修改计划",
  446. "app-plus": {
  447. "titleNView": false, //禁用原生导航栏
  448. "bounce": "none"
  449. }
  450. }
  451. },
  452. {
  453. "path": "verify/input",
  454. "style": {
  455. "navigationBarTitleText": "填写审核资料",
  456. "app-plus": {
  457. "titleNView": false, //禁用原生导航栏
  458. "bounce": "none"
  459. }
  460. }
  461. },
  462. {
  463. "path": "verify/input2",
  464. "style": {
  465. "navigationBarTitleText": "填写审核资料",
  466. "app-plus": {
  467. "titleNView": false, //禁用原生导航栏
  468. "bounce": "none"
  469. }
  470. }
  471. },
  472. {
  473. "path": "appointment/index",
  474. "style": {
  475. "navigationBarTitleText": "预约考试",
  476. "app-plus": {
  477. "titleNView": false, //禁用原生导航栏
  478. "bounce": "none"
  479. }
  480. }
  481. },
  482. {
  483. "path": "appointment/order",
  484. "style": {
  485. "navigationBarTitleText": "预约考试",
  486. "app-plus": {
  487. "titleNView": false, //禁用原生导航栏
  488. "bounce": "none"
  489. }
  490. }
  491. },
  492. {
  493. "path": "appointment/kporder",
  494. "style": {
  495. "navigationBarTitleText": "考前培训预约考试",
  496. "app-plus": {
  497. "titleNView": false, //禁用原生导航栏
  498. "bounce": "none"
  499. }
  500. }
  501. },
  502. {
  503. "path": "appointment/appointment_success",
  504. "style": {
  505. "navigationBarTitleText": "预约成功",
  506. "app-plus": {
  507. "titleNView": false, //禁用原生导航栏
  508. "bounce": "none"
  509. }
  510. }
  511. },
  512. {
  513. "path": "subject/collectBank",
  514. "style": {
  515. "navigationBarTitleText": "试卷",
  516. "app-plus": {
  517. "titleNView": false, //禁用原生导航栏
  518. "bounce": "none"
  519. }
  520. }
  521. },
  522. {
  523. "path": "subject/wrongBank",
  524. "style": {
  525. "navigationBarTitleText": "错题",
  526. "app-plus": {
  527. "titleNView": false, //禁用原生导航栏
  528. "bounce": "none"
  529. }
  530. }
  531. },
  532. {
  533. "path": "subject/collectTypeBank",
  534. "style": {
  535. "navigationBarTitleText": "试卷",
  536. "app-plus": {
  537. "titleNView": false, //禁用原生导航栏
  538. "bounce": "none"
  539. }
  540. }
  541. },
  542. {
  543. "path": "subject/wrongTypeBank",
  544. "style": {
  545. "navigationBarTitleText": "试卷",
  546. "app-plus": {
  547. "titleNView": false, //禁用原生导航栏
  548. "bounce": "none"
  549. }
  550. }
  551. },
  552. {
  553. "path": "class/question_report",
  554. "style": {
  555. "navigationBarTitleText": "试卷报告",
  556. "app-plus": {
  557. "titleNView": false, //禁用原生导航栏
  558. "bounce": "none"
  559. }
  560. }
  561. },
  562. {
  563. "path": "subject/wrong",
  564. "style": {
  565. "navigationBarTitleText": "错题集",
  566. "app-plus": {
  567. "titleNView": false, //禁用原生导航栏
  568. "bounce": "none"
  569. }
  570. }
  571. },
  572. {
  573. "path": "bank/wrongById",
  574. "style": {
  575. "navigationBarTitleText": "错题集",
  576. "app-plus": {
  577. "titleNView": false, //禁用原生导航栏
  578. "bounce": "none"
  579. }
  580. }
  581. },
  582. {
  583. "path": "bank/collectById",
  584. "style": {
  585. "navigationBarTitleText": "收藏集",
  586. "app-plus": {
  587. "titleNView": false, //禁用原生导航栏
  588. "bounce": "none"
  589. }
  590. }
  591. },
  592. {
  593. "path": "subject/collect",
  594. "style": {
  595. "navigationBarTitleText": "收藏集",
  596. "app-plus": {
  597. "titleNView": false, //禁用原生导航栏
  598. "bounce": "none"
  599. }
  600. }
  601. },
  602. {
  603. "path": "learn/my_learn",
  604. "style": {
  605. "navigationBarTitleText": "我的学时",
  606. "app-plus": {
  607. "titleNView": false, //禁用原生导航栏
  608. "bounce": "none"
  609. }
  610. }
  611. },
  612. {
  613. "path": "learn/details",
  614. "style": {
  615. "navigationBarTitleText": "详情",
  616. "app-plus": {
  617. "titleNView": false, //禁用原生导航栏
  618. "bounce": "none"
  619. }
  620. }
  621. },
  622. {
  623. "path": "learn/menu",
  624. "style": {
  625. "navigationBarTitleText": "目录",
  626. "app-plus": {
  627. "titleNView": false, //禁用原生导航栏
  628. "bounce": "none"
  629. }
  630. }
  631. },
  632. {
  633. "path": "wd/course",
  634. "style": {
  635. "navigationBarTitleText": "所有课程",
  636. "app-plus": {
  637. "titleNView": false, //禁用原生导航栏
  638. "bounce": "none"
  639. }
  640. }
  641. }
  642. ]
  643. },{
  644. "root": "pages3",
  645. "pages": [{
  646. "path": "polyv/polyv",
  647. "style": {
  648. "navigationBarTitleText": "保利威直播",
  649. "app-plus": {
  650. "bounce": "none"
  651. },
  652. "mp-weixin": {
  653. "usingComponents": {
  654. "player": "/pages3/static/polyv-sdk/components/player/player"
  655. }
  656. }
  657. }
  658. },
  659. {
  660. "path": "polyv/detail",
  661. "style": {
  662. "navigationBarTitleText": "课程详情",
  663. "app-plus": {
  664. "titleNView": false, //禁用原生导航栏
  665. "bounce": "none"
  666. },
  667. "mp-weixin": {
  668. "usingComponents": {
  669. "player": "/pages3/static/polyv-sdk/components/player/player",
  670. "polyv-player": "plugin://polyv-player/player"
  671. }
  672. }
  673. }
  674. },
  675. {
  676. "path": "course/detail",
  677. "style": {
  678. "navigationBarTitleText": "课程详情",
  679. "app-plus": {
  680. "titleNView": false, //禁用原生导航栏
  681. "bounce": "none"
  682. },
  683. "mp-weixin": {
  684. "usingComponents": {
  685. "polyv-player": "plugin://polyv-player/player"
  686. }
  687. }
  688. }
  689. }],
  690. "plugins": {
  691. "polyv-player": {
  692. "version": "0.3.0",
  693. "provider": "wx4a350a258a6f7876"
  694. }
  695. }
  696. }],
  697. "preloadRule": {
  698. "pages/index/index": {
  699. "network": "all",
  700. "packages": []
  701. }
  702. },
  703. "globalStyle": {
  704. "navigationBarTextStyle": "black",
  705. "navigationBarTitleText": "WeChat",
  706. "navigationBarBackgroundColor": "#F8F8F8",
  707. "backgroundColor": "#F8F8F8",
  708. "usingComponents": {
  709. }
  710. },
  711. "tabBar": {
  712. "color": "#AAAAAA",
  713. "selectedColor": "#007AFF",
  714. "borderStyle": "black",
  715. "backgroundColor": "#fff",
  716. "list": [{
  717. "pagePath": "pages/index/index",
  718. "iconPath": "static/nav1.png",
  719. "selectedIconPath": "static/nav1_on.png",
  720. "text": "首页"
  721. },
  722. {
  723. "pagePath": "pages/course/index",
  724. "iconPath": "static/nav2.png",
  725. "selectedIconPath": "static/nav2_on.png",
  726. "text": "选课"
  727. },
  728. {
  729. "pagePath": "pages/shopping/shoppingCart",
  730. "iconPath": "static/nav3.png",
  731. "selectedIconPath": "static/nav3_on.png",
  732. "text": "购物车"
  733. },
  734. /* {
  735. "pagePath": "pages/recruitment/index",
  736. "iconPath": "static/nav4.png",
  737. "selectedIconPath": "static/nav4_on.png",
  738. "text": "招聘"
  739. }, */
  740. {
  741. "pagePath": "pages/wd/index",
  742. "iconPath": "static/nav5.png",
  743. "selectedIconPath": "static/nav5_on.png",
  744. "text": "我的"
  745. }
  746. ]
  747. },
  748. "navigateToMiniProgramAppIdList": [
  749. ""
  750. ],
  751. "easycom": {
  752. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  753. }
  754. }