pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  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/free_question",
  258. "style": {
  259. "navigationBarTitleText": "赠送题卷",
  260. "navigationStyle": "custom", // 隐藏系统导航栏
  261. "app-plus": {
  262. "titleNView": false, //禁用原生导航栏
  263. "bounce": "none"
  264. }
  265. }
  266. },
  267. {
  268. "path": "bank/question_record",
  269. "style": {
  270. "navigationBarTitleText": "做题记录",
  271. "navigationStyle": "custom", // 隐藏系统导航栏
  272. "enablePullDownRefresh":true,
  273. "app-plus": {
  274. "titleNView": false, //禁用原生导航栏
  275. "bounce": "none"
  276. }
  277. }
  278. },
  279. {
  280. "path": "bank/question_record_list",
  281. "style": {
  282. "navigationBarTitleText": "做题记录",
  283. "navigationStyle": "custom", // 隐藏系统导航栏
  284. "enablePullDownRefresh":true,
  285. "app-plus": {
  286. "titleNView": false, //禁用原生导航栏
  287. "bounce": "none"
  288. }
  289. }
  290. },
  291. {
  292. "path": "bank/detail",
  293. "style": {
  294. "navigationBarTitleText": "题库详情",
  295. "navigationStyle": "custom", // 隐藏系统导航栏
  296. "app-plus": {
  297. "titleNView": false, //禁用原生导航栏
  298. "bounce": "none"
  299. }
  300. }
  301. },
  302. {
  303. "path": "bank/question_detail",
  304. "style": {
  305. "navigationBarTitleText": "进入刷题",
  306. "navigationStyle": "custom", // 隐藏系统导航栏
  307. "app-plus": {
  308. "titleNView": false, //禁用原生导航栏
  309. "bounce": "none"
  310. }
  311. }
  312. },
  313. {
  314. "path": "msg/index",
  315. "style": {
  316. "enablePullDownRefresh":true,
  317. "navigationBarTitleText": "我的消息",
  318. "navigationStyle": "custom", // 隐藏系统导航栏
  319. "app-plus": {
  320. "titleNView": false, //禁用原生导航栏
  321. "bounce": "none"
  322. }
  323. }
  324. },
  325. {
  326. "path": "bank/question_statistics",
  327. "style": {
  328. "navigationBarTitleText": "做题统计",
  329. "navigationStyle": "custom", // 隐藏系统导航栏
  330. "app-plus": {
  331. "titleNView": false, //禁用原生导航栏
  332. "bounce": "none"
  333. }
  334. }
  335. },
  336. {
  337. "path": "bank/question_report",
  338. "style": {
  339. "navigationBarTitleText": "试卷报告",
  340. "navigationStyle": "custom", // 隐藏系统导航栏
  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. "navigationStyle": "custom", // 隐藏系统导航栏
  374. "app-plus": {
  375. "titleNView": false, //禁用原生导航栏
  376. "bounce": "none"
  377. }
  378. }
  379. },
  380. {
  381. "path": "bank/questionBankWrongExplain",
  382. "style": {
  383. "navigationBarTitleText": "错题解析",
  384. "navigationStyle": "custom", // 隐藏系统导航栏
  385. "app-plus": {
  386. "titleNView": false, //禁用原生导航栏
  387. "bounce": "none"
  388. }
  389. }
  390. },
  391. {
  392. "path": "bank/questionBankAllExplain",
  393. "style": {
  394. "navigationBarTitleText": "全部解析",
  395. "navigationStyle": "custom", // 隐藏系统导航栏
  396. "app-plus": {
  397. "titleNView": false, //禁用原生导航栏
  398. "bounce": "none"
  399. }
  400. }
  401. },
  402. {
  403. "path": "bank/questionBankContinue",
  404. "style": {
  405. "navigationBarTitleText": "试卷题目",
  406. "navigationStyle": "custom", // 隐藏系统导航栏
  407. "app-plus": {
  408. "titleNView": false, //禁用原生导航栏
  409. "bounce": "none"
  410. }
  411. }
  412. },
  413. {
  414. "path": "bank/questionBankExplainDetail",
  415. "style": {
  416. "navigationBarTitleText": "试卷解析",
  417. "navigationStyle": "custom", // 隐藏系统导航栏
  418. "app-plus": {
  419. "titleNView": false, //禁用原生导航栏
  420. "bounce": "none"
  421. }
  422. }
  423. },
  424. {
  425. "path": "bank/questionBankTest",
  426. "style": {
  427. "navigationBarTitleText": "试卷",
  428. "navigationStyle": "custom", // 隐藏系统导航栏
  429. "app-plus": {
  430. "titleNView": false, //禁用原生导航栏
  431. "bounce": "none"
  432. }
  433. }
  434. },
  435. {
  436. "path": "msg/detail",
  437. "style": {
  438. "navigationBarTitleText": "消息详情",
  439. "navigationStyle": "custom", // 隐藏系统导航栏
  440. "app-plus": {
  441. "titleNView": false, //禁用原生导航栏
  442. "bounce": "none"
  443. }
  444. }
  445. },
  446. {
  447. "path": "plan/index",
  448. "style": {
  449. "navigationBarTitleText": "学习计划",
  450. "navigationStyle": "custom", // 隐藏系统导航栏
  451. "app-plus": {
  452. "titleNView": false, //禁用原生导航栏
  453. "bounce": "none"
  454. }
  455. }
  456. },
  457. {
  458. "path": "plan/create",
  459. "style": {
  460. "navigationBarTitleText": "创建计划",
  461. "navigationStyle": "custom", // 隐藏系统导航栏
  462. "app-plus": {
  463. "titleNView": false, //禁用原生导航栏
  464. "bounce": "none"
  465. }
  466. }
  467. },
  468. {
  469. "path": "plan/edit",
  470. "style": {
  471. "navigationBarTitleText": "修改计划",
  472. "navigationStyle": "custom", // 隐藏系统导航栏
  473. "app-plus": {
  474. "titleNView": false, //禁用原生导航栏
  475. "bounce": "none"
  476. }
  477. }
  478. },
  479. {
  480. "path": "verify/input",
  481. "style": {
  482. "navigationBarTitleText": "填写审核资料",
  483. "navigationStyle": "custom", // 隐藏系统导航栏
  484. "app-plus": {
  485. "titleNView": false, //禁用原生导航栏
  486. "bounce": "none"
  487. }
  488. }
  489. },
  490. {
  491. "path": "verify/input2",
  492. "style": {
  493. "navigationBarTitleText": "填写审核资料",
  494. "navigationStyle": "custom", // 隐藏系统导航栏
  495. "app-plus": {
  496. "titleNView": false, //禁用原生导航栏
  497. "bounce": "none"
  498. }
  499. }
  500. },
  501. {
  502. "path": "appointment/index",
  503. "style": {
  504. "navigationBarTitleText": "预约考试",
  505. "navigationStyle": "custom", // 隐藏系统导航栏
  506. "app-plus": {
  507. "titleNView": false, //禁用原生导航栏
  508. "bounce": "none"
  509. }
  510. }
  511. },
  512. {
  513. "path": "appointment/order",
  514. "style": {
  515. "navigationBarTitleText": "预约考试",
  516. "navigationStyle": "custom", // 隐藏系统导航栏
  517. "app-plus": {
  518. "titleNView": false, //禁用原生导航栏
  519. "bounce": "none"
  520. }
  521. }
  522. },
  523. {
  524. "path": "appointment/kporder",
  525. "style": {
  526. "navigationBarTitleText": "考前培训预约考试",
  527. "navigationStyle": "custom", // 隐藏系统导航栏
  528. "app-plus": {
  529. "titleNView": false, //禁用原生导航栏
  530. "bounce": "none"
  531. }
  532. }
  533. },
  534. {
  535. "path": "appointment/appointment_success",
  536. "style": {
  537. "navigationBarTitleText": "预约成功",
  538. "app-plus": {
  539. "titleNView": false, //禁用原生导航栏
  540. "bounce": "none"
  541. }
  542. }
  543. },
  544. {
  545. "path": "subject/collectBank",
  546. "style": {
  547. "navigationBarTitleText": "试卷",
  548. "navigationStyle": "custom", // 隐藏系统导航栏
  549. "app-plus": {
  550. "titleNView": false, //禁用原生导航栏
  551. "bounce": "none"
  552. }
  553. }
  554. },
  555. {
  556. "path": "subject/wrongBank",
  557. "style": {
  558. "navigationBarTitleText": "错题",
  559. "navigationStyle": "custom", // 隐藏系统导航栏
  560. "app-plus": {
  561. "titleNView": false, //禁用原生导航栏
  562. "bounce": "none"
  563. }
  564. }
  565. },
  566. {
  567. "path": "subject/collectTypeBank",
  568. "style": {
  569. "navigationBarTitleText": "试卷",
  570. "navigationStyle": "custom", // 隐藏系统导航栏
  571. "app-plus": {
  572. "titleNView": false, //禁用原生导航栏
  573. "bounce": "none"
  574. }
  575. }
  576. },
  577. {
  578. "path": "subject/wrongTypeBank",
  579. "style": {
  580. "navigationBarTitleText": "试卷",
  581. "navigationStyle": "custom", // 隐藏系统导航栏
  582. "app-plus": {
  583. "titleNView": false, //禁用原生导航栏
  584. "bounce": "none"
  585. }
  586. }
  587. },
  588. {
  589. "path": "class/question_report",
  590. "style": {
  591. "navigationBarTitleText": "试卷报告",
  592. "navigationStyle": "custom", // 隐藏系统导航栏
  593. "app-plus": {
  594. "titleNView": false, //禁用原生导航栏
  595. "bounce": "none"
  596. }
  597. }
  598. },
  599. {
  600. "path": "subject/wrong",
  601. "style": {
  602. "navigationBarTitleText": "错题集",
  603. "navigationStyle": "custom", // 隐藏系统导航栏
  604. "app-plus": {
  605. "titleNView": false, //禁用原生导航栏
  606. "bounce": "none"
  607. }
  608. }
  609. },
  610. {
  611. "path": "bank/wrongById",
  612. "style": {
  613. "navigationBarTitleText": "错题集",
  614. "navigationStyle": "custom", // 隐藏系统导航栏
  615. "app-plus": {
  616. "titleNView": false, //禁用原生导航栏
  617. "bounce": "none"
  618. }
  619. }
  620. },
  621. {
  622. "path": "bank/collectById",
  623. "style": {
  624. "navigationBarTitleText": "收藏集",
  625. "navigationStyle": "custom", // 隐藏系统导航栏
  626. "app-plus": {
  627. "titleNView": false, //禁用原生导航栏
  628. "bounce": "none"
  629. }
  630. }
  631. },
  632. {
  633. "path": "subject/collect",
  634. "style": {
  635. "navigationBarTitleText": "收藏集",
  636. "navigationStyle": "custom", // 隐藏系统导航栏
  637. "app-plus": {
  638. "titleNView": false, //禁用原生导航栏
  639. "bounce": "none"
  640. }
  641. }
  642. },
  643. {
  644. "path": "learn/my_learn",
  645. "style": {
  646. "navigationBarTitleText": "我的学时",
  647. "navigationStyle": "custom", // 隐藏系统导航栏
  648. "app-plus": {
  649. "titleNView": false, //禁用原生导航栏
  650. "bounce": "none"
  651. }
  652. }
  653. },
  654. {
  655. "path": "learn/details",
  656. "style": {
  657. "navigationBarTitleText": "详情",
  658. "navigationStyle": "custom", // 隐藏系统导航栏
  659. "app-plus": {
  660. "titleNView": false, //禁用原生导航栏
  661. "bounce": "none"
  662. }
  663. }
  664. },
  665. {
  666. "path": "learn/menu",
  667. "style": {
  668. "navigationBarTitleText": "目录",
  669. "navigationStyle": "custom", // 隐藏系统导航栏
  670. "app-plus": {
  671. "titleNView": false, //禁用原生导航栏
  672. "bounce": "none"
  673. }
  674. }
  675. },
  676. {
  677. "path": "wd/course",
  678. "style": {
  679. "navigationBarTitleText": "所有课程",
  680. "navigationStyle": "custom", // 隐藏系统导航栏
  681. "app-plus": {
  682. "titleNView": false, //禁用原生导航栏
  683. "bounce": "none"
  684. }
  685. }
  686. }
  687. ]
  688. },{
  689. "root": "pages3",
  690. "pages": [{
  691. "path": "polyv/polyv",
  692. "style": {
  693. "navigationBarTitleText": "保利威直播",
  694. "app-plus": {
  695. "bounce": "none"
  696. },
  697. "mp-weixin": {
  698. "usingComponents": {
  699. "player": "/pages3/static/polyv-sdk/components/player/player"
  700. }
  701. }
  702. }
  703. },
  704. {
  705. "path": "polyv/detail",
  706. "style": {
  707. "navigationBarTitleText": "课程详情",
  708. "navigationStyle": "custom", // 隐藏系统导航栏
  709. "app-plus": {
  710. "titleNView": false, //禁用原生导航栏
  711. "bounce": "none"
  712. },
  713. "mp-weixin": {
  714. "usingComponents": {
  715. "player": "/pages3/static/polyv-sdk/components/player/player",
  716. "polyv-player": "plugin://polyv-player/player"
  717. }
  718. }
  719. }
  720. },
  721. {
  722. "path": "course/detail",
  723. "style": {
  724. "navigationBarTitleText": "课程详情",
  725. "navigationStyle": "custom", // 隐藏系统导航栏
  726. "app-plus": {
  727. "titleNView": false, //禁用原生导航栏
  728. "bounce": "none"
  729. },
  730. "mp-weixin": {
  731. "usingComponents": {
  732. "polyv-player": "plugin://polyv-player/player"
  733. }
  734. }
  735. }
  736. }],
  737. "plugins": {
  738. "polyv-player": {
  739. "version": "0.3.0",
  740. "provider": "wx4a350a258a6f7876"
  741. }
  742. }
  743. },{
  744. "root": "pages4",
  745. "pages": [{
  746. "path": "login/login",
  747. "style": {
  748. "navigationBarTitleText": "登录页",
  749. "navigationBarBackgroundColor": "#0386FD",
  750. "navigationBarTextStyle": "white",
  751. "navigationStyle": "custom", // 隐藏系统导航栏
  752. "app-plus": {
  753. "titleNView": false, //禁用原生导航栏
  754. "bounce": "none"
  755. }
  756. }
  757. }]
  758. },{
  759. "root": "pages5",
  760. "pages": [{
  761. "path": "exam/index",
  762. "style": {
  763. "navigationBarTitleText": "我的模考",
  764. "navigationBarBackgroundColor": "#0386FD",
  765. "navigationBarTextStyle": "white",
  766. "navigationStyle": "custom", // 隐藏系统导航栏
  767. "app-plus": {
  768. "titleNView": false, //禁用原生导航栏
  769. "bounce": "none"
  770. }
  771. }
  772. },{
  773. "path": "examList/index",
  774. "style": {
  775. "navigationBarTitleText": "模考预约",
  776. "navigationBarBackgroundColor": "#0386FD",
  777. "navigationBarTextStyle": "white",
  778. "navigationStyle": "custom", // 隐藏系统导航栏
  779. "app-plus": {
  780. "titleNView": false, //禁用原生导航栏
  781. "bounce": "none"
  782. }
  783. }
  784. }]
  785. }],
  786. "preloadRule": {
  787. "pages/index/index": {
  788. "network": "all",
  789. "packages": []
  790. }
  791. },
  792. "globalStyle": {
  793. "navigationBarTextStyle": "black",
  794. "navigationBarTitleText": "WeChat",
  795. "navigationBarBackgroundColor": "#F8F8F8",
  796. "backgroundColor": "#F8F8F8",
  797. "usingComponents": {
  798. }
  799. },
  800. "tabBar": {
  801. "color": "#AAAAAA",
  802. "selectedColor": "#007AFF",
  803. "borderStyle": "black",
  804. "backgroundColor": "#fff",
  805. "list": [{
  806. "pagePath": "pages/index/index",
  807. "iconPath": "static/nav1.png",
  808. "selectedIconPath": "static/nav1_on.png",
  809. "text": "首页"
  810. },
  811. {
  812. "pagePath": "pages/course/index",
  813. "iconPath": "static/nav2.png",
  814. "selectedIconPath": "static/nav2_on.png",
  815. "text": "选课"
  816. },
  817. {
  818. "pagePath": "pages/shopping/shoppingCart",
  819. "iconPath": "static/nav3.png",
  820. "selectedIconPath": "static/nav3_on.png",
  821. "text": "购物车"
  822. },
  823. {
  824. "pagePath": "pages/wd/index",
  825. "iconPath": "static/nav5.png",
  826. "selectedIconPath": "static/nav5_on.png",
  827. "text": "我的"
  828. }
  829. ]
  830. },
  831. "navigateToMiniProgramAppIdList": [
  832. ""
  833. ],
  834. "easycom": {
  835. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  836. }
  837. }