pages.json 20 KB

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