pages.json 16 KB

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