pages.json 15 KB

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