pages.json 16 KB

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