pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. {
  2. "easycom": {
  3. // 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
  4. // 下载安装方式
  5. // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  6. // npm安装方式
  7. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. // #ifndef MP
  14. "app-plus": {
  15. "titleNView": false
  16. },
  17. // #endif
  18. "navigationBarTitleText": "武汉市东西湖区红十字会"
  19. }
  20. },
  21. {
  22. "path": "pages/applic/know",
  23. "style": {
  24. // #ifndef MP
  25. "app-plus": {
  26. "titleNView": false
  27. },
  28. // #endif
  29. "navigationBarBackgroundColor": "#457DBF",
  30. "navigationBarTextStyle": "white",
  31. "navigationBarTitleText": "捐献造血干细胞"
  32. }
  33. },
  34. // aid
  35. {
  36. "path": "pages/applic/aid",
  37. "style": {
  38. // #ifndef MP
  39. "app-plus": {
  40. "titleNView": false
  41. },
  42. // #endif
  43. "navigationBarTextStyle": "white",
  44. "navigationBarTitleText": "救护站"
  45. }
  46. },
  47. {
  48. "path": "pages/form/donateLove",
  49. "style": {
  50. // #ifndef MP
  51. "app-plus": {
  52. "titleNView": false
  53. },
  54. // #endif
  55. "navigationBarBackgroundColor": "#457DBF",
  56. "navigationBarTextStyle": "white",
  57. "navigationBarTitleText": "东西湖红十字会安心捐赠"
  58. }
  59. },
  60. {
  61. "path": "pages/form/donateList",
  62. "style": {
  63. // #ifndef MP
  64. "app-plus": {
  65. "titleNView": false
  66. },
  67. // #endif
  68. "navigationBarBackgroundColor": "#457DBF",
  69. "navigationBarTextStyle": "white",
  70. "navigationBarTitleText": "东西湖红十字会安心捐赠"
  71. }
  72. },
  73. {
  74. "path": "pages/form/donationRules",
  75. "style": {
  76. // #ifndef MP
  77. "app-plus": {
  78. "titleNView": false
  79. },
  80. // #endif
  81. "navigationBarBackgroundColor": "#457DBF",
  82. "navigationBarTextStyle": "white",
  83. "navigationBarTitleText": "器官捐献条例"
  84. }
  85. },
  86. // donaSuccess
  87. {
  88. "path": "pages/form/donaSuccess",
  89. "style": {
  90. // #ifndef MP
  91. "app-plus": {
  92. "titleNView": false
  93. },
  94. // #endif
  95. "navigationBarBackgroundColor": "#457DBF",
  96. "navigationBarTextStyle": "white",
  97. "navigationBarTitleText": "感谢信"
  98. }
  99. },
  100. {
  101. "path": "pages/form/donaSuccess1",
  102. "style": {
  103. // #ifndef MP
  104. "app-plus": {
  105. "titleNView": false
  106. },
  107. // #endif
  108. "navigationBarBackgroundColor": "#457DBF",
  109. "navigationBarTextStyle": "white",
  110. "navigationBarTitleText": "感谢信"
  111. }
  112. },
  113. {
  114. "path": "pages/applic/donaSuccess",
  115. "style": {
  116. // #ifndef MP
  117. "app-plus": {
  118. "titleNView": false
  119. },
  120. // #endif
  121. "navigationBarBackgroundColor": "#457DBF",
  122. "navigationBarTextStyle": "white",
  123. "navigationBarTitleText": "捐赠成功"
  124. }
  125. },
  126. {
  127. "path": "pages/form/certificates",
  128. "style": {
  129. // #ifndef MP
  130. "app-plus": {
  131. "titleNView": false
  132. },
  133. // #endif
  134. "navigationBarBackgroundColor": "#457DBF",
  135. "navigationBarTextStyle": "white",
  136. "navigationBarTitleText": "结业证书"
  137. }
  138. },
  139. // form/tovolApplyDemo
  140. {
  141. "path": "pages/form/tovolApplyDemo",
  142. "style": {
  143. // #ifndef MP
  144. "app-plus": {
  145. "titleNView": false
  146. },
  147. // #endif
  148. "navigationBarBackgroundColor": "#457DBF",
  149. "navigationBarTextStyle": "white",
  150. "navigationBarTitleText": "志愿者登记"
  151. }
  152. },
  153. {
  154. "path": "pages/form/myDonate",
  155. "style": {
  156. // #ifndef MP
  157. "app-plus": {
  158. "titleNView": false
  159. },
  160. // #endif
  161. "navigationBarBackgroundColor": "#457DBF",
  162. "navigationBarTextStyle": "white",
  163. "navigationBarTitleText": "东西湖红十字会安心捐赠"
  164. }
  165. },
  166. // teamSign perSign donateLove donateList myDonate
  167. {
  168. "path": "pages/applic/teamSign",
  169. "style": {
  170. // #ifndef MP
  171. "app-plus": {
  172. "titleNView": false
  173. },
  174. // #endif
  175. "navigationBarBackgroundColor": "#457DBF",
  176. "navigationBarTextStyle": "white",
  177. "navigationBarTitleText": "团队报名"
  178. }
  179. },
  180. {
  181. "path": "pages/applic/perSign",
  182. "style": {
  183. // #ifndef MP
  184. "app-plus": {
  185. "titleNView": false
  186. },
  187. // #endif
  188. "navigationBarBackgroundColor": "#457DBF",
  189. "navigationBarTextStyle": "white",
  190. "navigationBarTitleText": "个人报名"
  191. }
  192. },
  193. {
  194. "path": "pages/applic/location",
  195. "style": {
  196. // #ifndef MP
  197. "app-plus": {
  198. "titleNView": false
  199. },
  200. // #endif
  201. "navigationBarBackgroundColor": "#457DBF",
  202. "navigationBarTextStyle": "white",
  203. "navigationBarTitleText": "定位"
  204. }
  205. },
  206. // {
  207. // "path": "pages/applic/tocontrilist",
  208. // "style": {
  209. // // #ifndef MP
  210. // "app-plus": {
  211. // "titleNView": false
  212. // },
  213. // // #endif
  214. // "navigationBarTitleText": "余姚红十字会"
  215. // }
  216. // },
  217. {
  218. "path": "pages/form/tovolApply",
  219. "style": {
  220. // #ifndef MP
  221. "app-plus": {
  222. "titleNView": false
  223. },
  224. // #endif
  225. "navigationBarBackgroundColor": "#457DBF",
  226. "navigationBarTextStyle": "white",
  227. "navigationBarTitleText": "志愿者登记"
  228. }
  229. },
  230. {
  231. "path": "pages/form/demo",
  232. "style": {
  233. // #ifndef MP
  234. "app-plus": {
  235. "titleNView": false
  236. },
  237. // #endif
  238. "navigationBarBackgroundColor": "#457DBF",
  239. "navigationBarTextStyle": "white",
  240. "navigationBarTitleText": "画布demo"
  241. }
  242. },
  243. // {
  244. // "path": "pages/donate/donate",
  245. // "style": {
  246. // // #ifndef MP
  247. // "app-plus": {
  248. // "titleNView": false
  249. // },
  250. // // #endif
  251. // "navigationBarBackgroundColor": "#457DBF",
  252. // "navigationBarTextStyle": "white",
  253. // "navigationBarTitleText": "我要捐款"
  254. // }
  255. // },
  256. {
  257. "path": "pages/form/applicationForm",
  258. "style": {
  259. // #ifndef MP
  260. "app-plus": {
  261. "titleNView": false
  262. },
  263. // #endif
  264. "navigationBarBackgroundColor": "#457DBF",
  265. "navigationBarTextStyle": "white",
  266. "navigationBarTitleText": "申请登记表"
  267. }
  268. },
  269. {
  270. "path": "pages/category/category",
  271. "style": {
  272. // #ifndef MP
  273. "app-plus": {
  274. "titleNView": false
  275. },
  276. // #endif
  277. "navigationBarTitleText": "救护员登记"
  278. }
  279. },
  280. {
  281. "path": "pages/cart/cart",
  282. "style": {
  283. // #ifndef MP
  284. "app-plus": {
  285. "titleNView": false
  286. },
  287. // #endif
  288. "navigationBarTitleText": "个人会员登记"
  289. }
  290. },
  291. //
  292. {
  293. "path": "pages/applic/chooseAddress",
  294. "style": {
  295. // #ifndef MP
  296. "app-plus": {
  297. "titleNView": false
  298. },
  299. // #endif
  300. "navigationBarTitleText": "常用地址"
  301. }
  302. },
  303. {
  304. "path": "pages/loverecord/loverecord",
  305. "style": {
  306. // #ifndef MP
  307. "app-plus": {
  308. "titleNView": false
  309. },
  310. // #endif
  311. "navigationBarBackgroundColor": "#457DBF",
  312. "navigationBarTextStyle": "white",
  313. "navigationBarTitleText": "爱心记录"
  314. }
  315. },
  316. {
  317. "path": "pages/joinSuc/joinSuc",
  318. "style": {
  319. // #ifndef MP
  320. "app-plus": {
  321. "titleNView": false
  322. },
  323. // #endif
  324. "navigationBarBackgroundColor": "#457DBF",
  325. "navigationBarTextStyle": "white",
  326. "navigationBarTitleText": "报名成功"
  327. }
  328. },
  329. {
  330. "path": "pages/joinSuc/joinNow",
  331. "style": {
  332. // #ifndef MP
  333. "app-plus": {
  334. "titleNView": false
  335. },
  336. // #endif
  337. "navigationBarBackgroundColor": "#457DBF",
  338. "navigationBarTextStyle": "white",
  339. "navigationBarTitleText": "报名成功"
  340. }
  341. },
  342. {
  343. "path": "pages/user/user",
  344. "style": {
  345. // #ifndef MP
  346. "app-plus": {
  347. "titleNView": false
  348. },
  349. // #endif
  350. "navigationBarTitleText": "我的"
  351. }
  352. },
  353. // appliSystem tohelpActi toOrgan
  354. {
  355. "path": "pages/applic/tohelpActi",
  356. "style": {
  357. // #ifndef MP
  358. "app-plus": {
  359. "titleNView": false
  360. },
  361. // #endif
  362. "navigationBarBackgroundColor": "#457DBF",
  363. "navigationBarTextStyle": "white",
  364. "navigationBarTitleText": "人道救助"
  365. }
  366. },
  367. {
  368. "path": "pages/applic/toOrgan",
  369. "style": {
  370. // #ifndef MP
  371. "app-plus": {
  372. "titleNView": false
  373. },
  374. // #endif
  375. "navigationBarBackgroundColor": "#457DBF",
  376. "navigationBarTextStyle": "white",
  377. "navigationBarTitleText": "器官捐献"
  378. }
  379. },
  380. {
  381. "path": "pages/applic/appliSystem",
  382. "style": {
  383. // #ifndef MP
  384. "app-plus": {
  385. "titleNView": false
  386. },
  387. // #endif
  388. "navigationBarBackgroundColor": "#457DBF",
  389. "navigationBarTextStyle": "white",
  390. "navigationBarTitleText": "造血干细胞捐献"
  391. }
  392. },
  393. {
  394. "path": "pages/applic/appliSystem1",
  395. "style": {
  396. // #ifndef MP
  397. "app-plus": {
  398. "titleNView": false
  399. },
  400. // #endif
  401. "navigationBarBackgroundColor": "#457DBF",
  402. "navigationBarTextStyle": "white",
  403. "navigationBarTitleText": "爱心捐款"
  404. }
  405. },
  406. // organ donation
  407. {
  408. "path": "pages/applic/organDonation",
  409. "style": {
  410. // #ifndef MP
  411. "app-plus": {
  412. "titleNView": false
  413. },
  414. // #endif
  415. "navigationBarBackgroundColor": "#457DBF",
  416. "navigationBarTextStyle": "white",
  417. "navigationBarTitleText": "器官捐献"
  418. }
  419. },
  420. {
  421. "path": "pages/applic/appliSystem2",
  422. "style": {
  423. // #ifndef MP
  424. "app-plus": {
  425. "titleNView": false
  426. },
  427. // #endif
  428. "navigationBarBackgroundColor": "#457DBF",
  429. "navigationBarTextStyle": "white",
  430. "navigationBarTitleText": "个人会员登记"
  431. }
  432. },
  433. {
  434. "path": "pages/applic/appliSystem3",
  435. "style": {
  436. // #ifndef MP
  437. "app-plus": {
  438. "titleNView": false
  439. },
  440. // #endif
  441. "navigationBarBackgroundColor": "#457DBF",
  442. "navigationBarTextStyle": "white",
  443. "navigationBarTitleText": "团队会员登记"
  444. }
  445. },
  446. {
  447. "path": "pages/applic/appliSystem",
  448. "style": {
  449. // #ifndef MP
  450. "app-plus": {
  451. "titleNView": false
  452. },
  453. // #endif
  454. "navigationBarBackgroundColor": "#457DBF",
  455. "navigationBarTextStyle": "white",
  456. "navigationBarTitleText": "爱心捐赠"
  457. }
  458. },
  459. {
  460. "path": "pages/applic/toknowledge",
  461. "style": {
  462. // #ifndef MP
  463. "app-plus": {
  464. "titleNView": false
  465. },
  466. // #endif
  467. "navigationBarBackgroundColor": "#457DBF",
  468. "navigationBarTextStyle": "white",
  469. "navigationBarTitleText": "造血干细胞-相关知识"
  470. }
  471. },
  472. {
  473. "path": "pages/applic/applic",
  474. "style": {
  475. // #ifndef MP
  476. "app-plus": {
  477. "titleNView": false
  478. },
  479. // #endif
  480. "navigationBarBackgroundColor": "#457DBF",
  481. "navigationBarTextStyle": "white",
  482. "navigationBarTitleText": "造血干细胞捐献"
  483. }
  484. },
  485. {
  486. "path": "pages/applic/contribution",
  487. "style": {
  488. // #ifndef MP
  489. "app-plus": {
  490. "titleNView": false
  491. },
  492. // #endif
  493. "navigationBarBackgroundColor": "#457DBF",
  494. "navigationBarTextStyle": "white",
  495. "navigationBarTitleText": "爱心捐赠"
  496. }
  497. },
  498. {
  499. "path": "pages/applic/contribution2",
  500. "style": {
  501. // #ifndef MP
  502. "app-plus": {
  503. "titleNView": false
  504. },
  505. // #endif
  506. "navigationBarBackgroundColor": "#457DBF",
  507. "navigationBarTextStyle": "white",
  508. "navigationBarTitleText": "武汉市东西湖区红十字会"
  509. }
  510. },
  511. {
  512. "path": "pages/applic/contribution1",
  513. "style": {
  514. // #ifndef MP
  515. "app-plus": {
  516. "titleNView": false
  517. },
  518. // #endif
  519. "navigationBarBackgroundColor": "#457DBF",
  520. "navigationBarTextStyle": "white",
  521. "navigationBarTitleText": "武汉市东西湖区红十字会"
  522. }
  523. },
  524. {
  525. "path": "pages/applic/loveDonate",
  526. "style": {
  527. // #ifndef MP
  528. "app-plus": {
  529. "titleNView": false
  530. },
  531. // #endif
  532. "navigationBarBackgroundColor": "#457DBF",
  533. "navigationBarTextStyle": "white",
  534. "navigationBarTitleText": "武汉市东西湖区红十字会"
  535. }
  536. },
  537. {
  538. "path": "pages/applic/register",
  539. "style": {
  540. // #ifndef MP
  541. "app-plus": {
  542. "titleNView": false
  543. },
  544. // #endif
  545. "navigationBarBackgroundColor": "#457DBF",
  546. "navigationBarTextStyle": "white",
  547. "navigationBarTitleText": "身份注册"
  548. }
  549. },
  550. {
  551. "path": "pages/applic/science",
  552. "style": {
  553. // #ifndef MP
  554. "app-plus": {
  555. "titleNView": false
  556. },
  557. // #endif
  558. "navigationBarBackgroundColor": "#457DBF",
  559. "navigationBarTextStyle": "white",
  560. "navigationBarTitleText": "红会科普"
  561. }
  562. },
  563. {
  564. "path": "pages/category/category",
  565. "style": {
  566. // #ifndef MP
  567. "app-plus": {
  568. "titleNView": false
  569. },
  570. // #endif
  571. "navigationBarTitleText": "救护员登记"
  572. }
  573. },
  574. {
  575. "path": "pages/cart/cart",
  576. "style": {
  577. // #ifndef MP
  578. "app-plus": {
  579. "titleNView": false
  580. },
  581. // #endif
  582. "navigationBarTitleText": "会员申请"
  583. }
  584. },
  585. {
  586. "path": "pages/joinSuc/joinSuc",
  587. "style": {
  588. "navigationBarTitleText": "报名成功"
  589. }
  590. },
  591. {
  592. "path": "pages/joinSuc/joinNow",
  593. "style": {
  594. "navigationBarTitleText": "报名成功"
  595. }
  596. },
  597. {
  598. "path": "pages/user/user",
  599. "style": {
  600. // #ifndef MP
  601. "app-plus": {
  602. "titleNView": false
  603. },
  604. // #endif
  605. "navigationBarTitleText": "我的"
  606. }
  607. },
  608. {
  609. "path": "pages/category/search",
  610. "style": {
  611. // #ifndef MP
  612. "app-plus": {
  613. "titleNView": false
  614. },
  615. // #endif
  616. "navigationBarTitleText": "搜索"
  617. }
  618. },
  619. {
  620. "path": "pages/applic/applic",
  621. "style": {
  622. // #ifndef MP
  623. "app-plus": {
  624. "titleNView": false
  625. },
  626. // #endif
  627. "navigationBarBackgroundColor": "#457DBF",
  628. "navigationBarTextStyle": "white",
  629. "navigationBarTitleText": "造血干细胞捐献"
  630. }
  631. },
  632. {
  633. "path": "pages/applic/contribution",
  634. "style": {
  635. // #ifndef MP
  636. "app-plus": {
  637. "titleNView": false
  638. },
  639. // #endif
  640. "navigationBarBackgroundColor": "#457DBF",
  641. "navigationBarTextStyle": "white",
  642. "navigationBarTitleText": "爱心捐赠"
  643. }
  644. },
  645. {
  646. "path": "pages/applic/register",
  647. "style": {
  648. // #ifndef MP
  649. "app-plus": {
  650. "titleNView": false
  651. },
  652. // #endif
  653. "navigationBarBackgroundColor": "#457DBF",
  654. "navigationBarTextStyle": "white",
  655. "navigationBarTitleText": "身份注册"
  656. }
  657. },
  658. {
  659. "path": "pages/applic/science",
  660. "style": {
  661. // #ifndef MP
  662. "app-plus": {
  663. "titleNView": false
  664. },
  665. // #endif
  666. "navigationBarBackgroundColor": "#FF727E",
  667. "navigationBarTextStyle": "white",
  668. "navigationBarTitleText": "红会科普"
  669. }
  670. },
  671. {
  672. "path": "pages/applic/rescuerecords",
  673. "style": {
  674. "navigationBarBackgroundColor": "#FF727E",
  675. "navigationBarTextStyle": "white",
  676. "navigationBarTitleText": "救援记录"
  677. }
  678. },
  679. // commonaddress
  680. {
  681. "path": "pages/applic/commonaddress",
  682. "style": {
  683. "navigationBarBackgroundColor": "#FF727E",
  684. "navigationBarTextStyle": "white",
  685. "navigationBarTitleText": "常用地址"
  686. }
  687. },
  688. {
  689. "path": "pages/applic/helprecords",
  690. "style": {
  691. "navigationBarBackgroundColor": "#FF727E",
  692. "navigationBarTextStyle": "white",
  693. "navigationBarTitleText": "求救记录"
  694. }
  695. },
  696. {
  697. "path": "pages/applic/info",
  698. "style": {
  699. // #ifndef MP
  700. "app-plus": {
  701. "titleNView": false
  702. },
  703. // #endif
  704. "navigationBarBackgroundColor": "#457DBF",
  705. "navigationBarTextStyle": "white",
  706. "navigationBarTitleText": "文章详情"
  707. }
  708. },
  709. {
  710. "path": "pages/login/login",
  711. "style": {
  712. "app-plus": {
  713. "titleNView": false
  714. }
  715. }
  716. },
  717. {
  718. "path": "pages/redirect/redirect",
  719. "style": {
  720. "navigationBarTitleText": "微信登录跳转页面",
  721. "app-plus": {
  722. "titleNView": false
  723. }
  724. }
  725. },
  726. {
  727. "path": "pages/login/register",
  728. "style": {
  729. "navigationBarTitleText": "注册",
  730. "app-plus": {
  731. "titleNView": {
  732. "type": "transparent"
  733. }
  734. }
  735. }
  736. },
  737. {
  738. "path": "pages/train/index",
  739. // "style": {
  740. // "navigationBarTitleText": "救护培训报名",
  741. // "navigationBarBackgroundColor":"#E62129",
  742. // "navigationBarTextStyle":"white"
  743. // }
  744. "style": {
  745. "navigationBarTitleText": "普及培训",
  746. "app-plus": {
  747. "titleNView": {
  748. "type": "transparent"
  749. }
  750. }
  751. }
  752. },
  753. {
  754. "path": "pages/train/sign",
  755. // "style": {
  756. // "navigationBarTitleText": "救护培训报名",
  757. // "navigationBarBackgroundColor":"#E62129",
  758. // "navigationBarTextStyle":"white"
  759. // }
  760. "style": {
  761. "navigationBarTitleText": "",
  762. "app-plus": {
  763. "titleNView": {
  764. "type": "transparent"
  765. }
  766. }
  767. }
  768. },
  769. {
  770. "path": "pages/public/wxLogin",
  771. "style": {
  772. "navigationBarTitleText": "微信登录",
  773. "app-plus": {
  774. "titleNView": {
  775. "type": "transparent"
  776. }
  777. }
  778. }
  779. },
  780. {
  781. "path": "pages/user/integral",
  782. "style": {
  783. "navigationBarTitleText": "积分记录",
  784. "navigationBarBackgroundColor": "#FF727E",
  785. "navigationBarTextStyle":"white"
  786. }
  787. },
  788. {
  789. "path": "pages/user/myFu",
  790. "style": {
  791. "navigationBarTitleText": "我的帮扶",
  792. "navigationBarBackgroundColor": "#FF727E",
  793. "navigationBarTextStyle":"white"
  794. }
  795. },
  796. {
  797. "path": "pages/fu/fuInfo",
  798. "style": {
  799. "navigationBarTitleText": "帮扶详情",
  800. "navigationBarBackgroundColor": "#FF727E",
  801. "navigationBarTextStyle":"white"
  802. }
  803. },
  804. {
  805. "path": "pages/fu/axjz",
  806. "style": {
  807. "navigationBarTitleText": "爱心帮扶",
  808. "navigationBarBackgroundColor": "#FF727E",
  809. "navigationBarTextStyle":"white",
  810. "app-plus": {
  811. "titleNView": {
  812. "buttons": [ {
  813. "color": "#FFFFFF",
  814. "fontSize": "16px",
  815. "colorPressed": "#fc5c82",
  816. "float": "right",
  817. "text": "筛选 "
  818. }]
  819. }
  820. }
  821. }
  822. },
  823. {
  824. "path": "pages/fu/upLoadInfo",
  825. "style": {
  826. "navigationBarTitleText": "上传资料"
  827. }
  828. },
  829. {
  830. "path": "pages/applyHelp/index", // 基本信息
  831. "style": {
  832. "navigationBarTitleText": "申请帮扶",
  833. "navigationBarBackgroundColor": "#FF727E",
  834. "navigationBarTextStyle":"white"
  835. }
  836. },
  837. {
  838. "path": "pages/applyHelp/second", // 信息选择
  839. "style": {
  840. "navigationBarTitleText": "申请帮扶",
  841. "navigationBarBackgroundColor": "#FF727E",
  842. "navigationBarTextStyle":"white"
  843. }
  844. },
  845. {
  846. "path": "pages/applyHelp/third", // 家庭成员情况
  847. "style": {
  848. "navigationBarTitleText": "申请帮扶",
  849. "navigationBarBackgroundColor": "#FF727E",
  850. "navigationBarTextStyle":"white"
  851. }
  852. },
  853. {
  854. "path": "pages/applyHelp/fourth", // 详细情况
  855. "style": {
  856. "navigationBarTitleText": "申请帮扶",
  857. "navigationBarBackgroundColor": "#FF727E",
  858. "navigationBarTextStyle":"white"
  859. }
  860. },
  861. {
  862. "path": "pages/applyHelp/cation", // 帮扶入口
  863. "style": {
  864. "navigationBarTitleText": "申请帮扶",
  865. "navigationBarBackgroundColor": "#FF727E",
  866. "navigationBarTextStyle":"white"
  867. }
  868. },
  869. {
  870. "path": "pages/fu/getPoints",
  871. "style": {
  872. "navigationBarTitleText": "如何获取积分",
  873. "navigationBarBackgroundColor": "#FF727E",
  874. "navigationBarTextStyle": "white"
  875. }
  876. },
  877. {
  878. "path": "pages/fu/helpInfo",
  879. "style": {
  880. "navigationBarTitleText": "帮扶公示",
  881. "navigationBarBackgroundColor": "#FF727E",
  882. "navigationBarTextStyle": "white"
  883. }
  884. },
  885. {
  886. "path": "pages/fu/helpDetail", // 公示
  887. "style": {
  888. "navigationBarTitleText": "帮扶详情",
  889. "navigationBarBackgroundColor": "#FF727E",
  890. "navigationBarTextStyle": "white"
  891. }
  892. },
  893. {
  894. "path": "pages/user/userinfo",
  895. "style": {
  896. "navigationBarTitleText": "个人资料"
  897. }
  898. }
  899. ],
  900. "globalStyle": {
  901. "navigationBarTextStyle": "black",
  902. "navigationBarTitleText": "uni-app",
  903. "navigationBarBackgroundColor": "#FFFFFF",
  904. "backgroundColor": "#F8F8F8"
  905. },
  906. "tabBar": {
  907. "color": "#3D3D3D",
  908. "selectedColor": "#FF727E",
  909. "borderStyle": "black",
  910. "iconWidth": "18px",
  911. // "fontSize": "42rpx",
  912. "backgroundColor": "#ffffff",
  913. "list": [{
  914. "pagePath": "pages/index/index",
  915. "iconPath": "static/tabBar/tab-index.png",
  916. "selectedIconPath": "static/tabBar/tab-index-current.png",
  917. "text": "首页"
  918. },
  919. {
  920. "pagePath": "pages/category/category",
  921. "iconPath": "static/tabBar/tab-sign.png",
  922. "selectedIconPath": "static/tabBar/tab-sign-current.png",
  923. "text": "救护员登记"
  924. },
  925. {
  926. "pagePath": "pages/fu/axjz",
  927. "iconPath": "static/tabBar/tab-fu.png",
  928. "selectedIconPath": "static/tabBar/tab-fu-current.png",
  929. "text": "爱心帮扶"
  930. },
  931. {
  932. "pagePath": "pages/cart/cart",
  933. "iconPath": "static/tabBar/tab-register.png",
  934. "selectedIconPath": "static/tabBar/tab-register-current.png",
  935. "text": "会员登记"
  936. },
  937. {
  938. "pagePath": "pages/user/user",
  939. "iconPath": "static/tabBar/tab-user.png",
  940. "selectedIconPath": "static/tabBar/tab-user-current.png",
  941. "text": "我的"
  942. }
  943. ]
  944. }
  945. }