pages.json 17 KB

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