pages.json 21 KB

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