pages.json 19 KB

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