pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  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. {
  35. "path": "pages/form/donateLove",
  36. "style": {
  37. // #ifndef MP
  38. "app-plus": {
  39. "titleNView": false
  40. },
  41. // #endif
  42. "navigationBarBackgroundColor": "#457DBF",
  43. "navigationBarTextStyle": "white",
  44. "navigationBarTitleText": "孝感红十字会安心捐赠"
  45. }
  46. },
  47. {
  48. "path": "pages/form/donateList",
  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. // donaSuccess
  61. {
  62. "path": "pages/form/donaSuccess",
  63. "style": {
  64. // #ifndef MP
  65. "app-plus": {
  66. "titleNView": false
  67. },
  68. // #endif
  69. "navigationBarBackgroundColor": "#457DBF",
  70. "navigationBarTextStyle": "white",
  71. "navigationBarTitleText": "感谢信"
  72. }
  73. },
  74. {
  75. "path": "pages/applic/aid",
  76. "style": {
  77. // #ifndef MP
  78. "app-plus": {
  79. "titleNView": false
  80. },
  81. // #endif
  82. "navigationBarBackgroundColor": "#457DBF",
  83. "navigationBarTextStyle": "white",
  84. "navigationBarTitleText": "救护站"
  85. }
  86. },
  87. {
  88. "path": "pages/applic/aed",
  89. "style": {
  90. // #ifndef MP
  91. "app-plus": {
  92. "titleNView": false
  93. },
  94. // #endif
  95. "navigationBarBackgroundColor": "#457DBF",
  96. "navigationBarTextStyle": "white",
  97. "navigationBarTitleText": "智能AED"
  98. }
  99. },
  100. {
  101. "path": "pages/applic/donaSuccess",
  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/form/certificates",
  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/certificatesList",
  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/applic/applicList",
  219. "style": {
  220. // #ifndef MP
  221. "app-plus": {
  222. "titleNView": false
  223. },
  224. // #endif
  225. "navigationBarTitleText": "我要报名"
  226. }
  227. },
  228. {
  229. "path": "pages/form/tovolApply",
  230. "style": {
  231. // #ifndef MP
  232. "app-plus": {
  233. "titleNView": false
  234. },
  235. // #endif
  236. "navigationBarBackgroundColor": "#457DBF",
  237. "navigationBarTextStyle": "white",
  238. "navigationBarTitleText": "志愿者登记"
  239. }
  240. },
  241. {
  242. "path": "pages/form/demo",
  243. "style": {
  244. // #ifndef MP
  245. "app-plus": {
  246. "titleNView": false
  247. },
  248. // #endif
  249. "navigationBarBackgroundColor": "#457DBF",
  250. "navigationBarTextStyle": "white",
  251. "navigationBarTitleText": "画布demo"
  252. }
  253. },
  254. // {
  255. // "path": "pages/donate/donate",
  256. // "style": {
  257. // // #ifndef MP
  258. // "app-plus": {
  259. // "titleNView": false
  260. // },
  261. // // #endif
  262. // "navigationBarBackgroundColor": "#457DBF",
  263. // "navigationBarTextStyle": "white",
  264. // "navigationBarTitleText": "我要捐款"
  265. // }
  266. // },
  267. {
  268. "path": "pages/form/applicationForm",
  269. "style": {
  270. // #ifndef MP
  271. "app-plus": {
  272. "titleNView": false
  273. },
  274. // #endif
  275. "navigationBarBackgroundColor": "#457DBF",
  276. "navigationBarTextStyle": "white",
  277. "navigationBarTitleText": "申请登记表"
  278. }
  279. },
  280. {
  281. "path": "pages/category/category",
  282. "style": {
  283. // #ifndef MP
  284. "app-plus": {
  285. "titleNView": false
  286. },
  287. // #endif
  288. "navigationBarTitleText": "救护员登记"
  289. }
  290. },
  291. {
  292. "path": "pages/cart/cart",
  293. "style": {
  294. // #ifndef MP
  295. "app-plus": {
  296. "titleNView": false
  297. },
  298. // #endif
  299. "navigationBarTitleText": "会员报名"
  300. }
  301. },
  302. {
  303. "path": "pages/cart/personal",
  304. "style": {
  305. // #ifndef MP
  306. "app-plus": {
  307. "titleNView": false
  308. },
  309. // #endif
  310. "navigationBarTitleText": "个人会员报名"
  311. }
  312. },
  313. {
  314. "path": "pages/cart/group",
  315. "style": {
  316. // #ifndef MP
  317. "app-plus": {
  318. "titleNView": false
  319. },
  320. // #endif
  321. "navigationBarTitleText": "团体会员报名"
  322. }
  323. },
  324. {
  325. "path": "pages/applic/chooseAddress",
  326. "style": {
  327. // #ifndef MP
  328. "app-plus": {
  329. "titleNView": false
  330. },
  331. // #endif
  332. "navigationBarTitleText": "常用地址"
  333. }
  334. },
  335. {
  336. "path": "pages/loverecord/loverecord",
  337. "style": {
  338. // #ifndef MP
  339. "app-plus": {
  340. "titleNView": false
  341. },
  342. // #endif
  343. "navigationBarBackgroundColor": "#457DBF",
  344. "navigationBarTextStyle": "white",
  345. "navigationBarTitleText": "爱心记录"
  346. }
  347. },
  348. {
  349. "path": "pages/joinSuc/joinSuc",
  350. "style": {
  351. // #ifndef MP
  352. "app-plus": {
  353. "titleNView": false
  354. },
  355. // #endif
  356. "navigationBarBackgroundColor": "#457DBF",
  357. "navigationBarTextStyle": "white",
  358. "navigationBarTitleText": "报名成功"
  359. }
  360. },
  361. {
  362. "path": "pages/joinSuc/joinsuccess",
  363. "style": {
  364. // #ifndef MP
  365. "app-plus": {
  366. "titleNView": false
  367. },
  368. // #endif
  369. "navigationBarBackgroundColor": "#457DBF",
  370. "navigationBarTextStyle": "white",
  371. "navigationBarTitleText": "报名成功"
  372. }
  373. },
  374. {
  375. "path": "pages/joinSuc/joinNow",
  376. "style": {
  377. // #ifndef MP
  378. "app-plus": {
  379. "titleNView": false
  380. },
  381. // #endif
  382. "navigationBarBackgroundColor": "#457DBF",
  383. "navigationBarTextStyle": "white",
  384. "navigationBarTitleText": "报名成功"
  385. }
  386. },
  387. {
  388. "path": "pages/user/user",
  389. "style": {
  390. // #ifndef MP
  391. "app-plus": {
  392. "titleNView": false
  393. },
  394. // #endif
  395. "navigationBarTitleText": "我的"
  396. }
  397. },
  398. // appliSystem tohelpActi toOrgan
  399. {
  400. "path": "pages/applic/tohelpActi",
  401. "style": {
  402. // #ifndef MP
  403. "app-plus": {
  404. "titleNView": false
  405. },
  406. // #endif
  407. "navigationBarBackgroundColor": "#457DBF",
  408. "navigationBarTextStyle": "white",
  409. "navigationBarTitleText": "人道救助"
  410. }
  411. },
  412. {
  413. "path": "pages/applic/toOrgan",
  414. "style": {
  415. // #ifndef MP
  416. "app-plus": {
  417. "titleNView": false
  418. },
  419. // #endif
  420. "navigationBarBackgroundColor": "#457DBF",
  421. "navigationBarTextStyle": "white",
  422. "navigationBarTitleText": "器官捐献"
  423. }
  424. },
  425. {
  426. "path": "pages/applic/appliSystem",
  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/toknowledge",
  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/applic",
  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/contribution",
  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/register",
  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/science",
  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/cause",
  505. "style": {
  506. "navigationBarBackgroundColor": "#fff",
  507. "navigationBarTextStyle": "black",
  508. "navigationBarTitleText": "红会事业"
  509. }
  510. },
  511. {
  512. "path": "pages/category/category",
  513. "style": {
  514. // #ifndef MP
  515. "app-plus": {
  516. "titleNView": false
  517. },
  518. // #endif
  519. "navigationBarTitleText": "救护员登记"
  520. }
  521. },
  522. // {
  523. // "path": "pages/cart/cart",
  524. // "style": {
  525. // // #ifndef MP
  526. // "app-plus": {
  527. // "titleNView": false
  528. // },
  529. // // #endif
  530. // "navigationBarTitleText": "会员申请"
  531. // }
  532. // },
  533. {
  534. "path": "pages/joinSuc/joinSuc",
  535. "style": {
  536. "navigationBarTitleText": "报名成功"
  537. }
  538. },
  539. {
  540. "path": "pages/joinSuc/joinNow",
  541. "style": {
  542. "navigationBarTitleText": "报名成功"
  543. }
  544. },
  545. {
  546. "path": "pages/user/user",
  547. "style": {
  548. // #ifndef MP
  549. "app-plus": {
  550. "titleNView": false
  551. },
  552. // #endif
  553. "navigationBarTitleText": "我的"
  554. }
  555. },
  556. {
  557. "path": "pages/category/search",
  558. "style": {
  559. // #ifndef MP
  560. "app-plus": {
  561. "titleNView": false
  562. },
  563. // #endif
  564. "navigationBarTitleText": "搜索"
  565. }
  566. },
  567. {
  568. "path": "pages/applic/applic",
  569. "style": {
  570. // #ifndef MP
  571. "app-plus": {
  572. "titleNView": false
  573. },
  574. // #endif
  575. "navigationBarBackgroundColor": "#457DBF",
  576. "navigationBarTextStyle": "white",
  577. "navigationBarTitleText": "造血干细胞捐献"
  578. }
  579. },
  580. {
  581. "path": "pages/applic/contribution",
  582. "style": {
  583. // #ifndef MP
  584. "app-plus": {
  585. "titleNView": false
  586. },
  587. // #endif
  588. "navigationBarBackgroundColor": "#457DBF",
  589. "navigationBarTextStyle": "white",
  590. "navigationBarTitleText": "爱心捐赠"
  591. }
  592. },
  593. {
  594. "path": "pages/applic/register",
  595. "style": {
  596. // #ifndef MP
  597. "app-plus": {
  598. "titleNView": false
  599. },
  600. // #endif
  601. "navigationBarBackgroundColor": "#457DBF",
  602. "navigationBarTextStyle": "white",
  603. "navigationBarTitleText": "身份注册"
  604. }
  605. },
  606. {
  607. "path": "pages/applic/science",
  608. "style": {
  609. // #ifndef MP
  610. "app-plus": {
  611. "titleNView": false
  612. },
  613. // #endif
  614. "navigationBarBackgroundColor": "#457DBF",
  615. "navigationBarTextStyle": "white",
  616. "navigationBarTitleText": "红会科普"
  617. }
  618. },
  619. {
  620. "path": "pages/applic/rescuerecords",
  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. // commonaddress
  633. {
  634. "path": "pages/applic/commonaddress",
  635. "style": {
  636. // #ifndef MP
  637. "app-plus": {
  638. "titleNView": false
  639. },
  640. // #endif
  641. "navigationBarBackgroundColor": "#457DBF",
  642. "navigationBarTextStyle": "white",
  643. "navigationBarTitleText": "常用地址"
  644. }
  645. },
  646. {
  647. "path": "pages/applic/helprecords",
  648. "style": {
  649. // #ifndef MP
  650. "app-plus": {
  651. "titleNView": false
  652. },
  653. // #endif
  654. "navigationBarBackgroundColor": "#457DBF",
  655. "navigationBarTextStyle": "white",
  656. "navigationBarTitleText": "求救记录"
  657. }
  658. },
  659. {
  660. "path": "pages/applic/info",
  661. "style": {
  662. // #ifndef MP
  663. "app-plus": {
  664. "titleNView": false
  665. },
  666. // #endif
  667. "navigationBarBackgroundColor": "#457DBF",
  668. "navigationBarTextStyle": "white",
  669. "navigationBarTitleText": "详情"
  670. }
  671. },
  672. {
  673. "path": "pages/login/login",
  674. "style": {
  675. "app-plus": {
  676. "titleNView": false
  677. }
  678. }
  679. },
  680. {
  681. "path": "pages/redirect/redirect",
  682. "style": {
  683. "navigationBarTitleText": "微信登录跳转页面",
  684. "app-plus": {
  685. "titleNView": false
  686. }
  687. }
  688. },
  689. {
  690. "path": "pages/login/register",
  691. "style": {
  692. "navigationBarTitleText": "注册",
  693. "app-plus": {
  694. "titleNView": {
  695. "type": "transparent"
  696. }
  697. }
  698. }
  699. },
  700. {
  701. "path": "pages/train/index",
  702. // "style": {
  703. // "navigationBarTitleText": "救护培训报名",
  704. // "navigationBarBackgroundColor":"#E62129",
  705. // "navigationBarTextStyle":"white"
  706. // }
  707. "style": {
  708. "navigationBarTitleText": "培训报名",
  709. "app-plus": {
  710. "titleNView": {
  711. "type": "transparent"
  712. }
  713. }
  714. }
  715. },
  716. {
  717. "path": "pages/train/sign",
  718. // "style": {
  719. // "navigationBarTitleText": "救护培训报名",
  720. // "navigationBarBackgroundColor":"#E62129",
  721. // "navigationBarTextStyle":"white"
  722. // }
  723. "style": {
  724. "navigationBarTitleText": "报名",
  725. "app-plus": {
  726. "titleNView": {
  727. "type": "transparent"
  728. }
  729. }
  730. }
  731. },
  732. {
  733. "path": "pages/public/wxLogin",
  734. "style": {
  735. "navigationBarTitleText": "微信登录",
  736. "app-plus": {
  737. "titleNView": {
  738. "type": "transparent"
  739. }
  740. }
  741. }
  742. },
  743. {
  744. "path": "pages/applic/love",
  745. "style": {
  746. // #ifndef MP
  747. "app-plus": {
  748. "titleNView": false
  749. },
  750. // #endif
  751. "navigationBarTitleText": "爱心捐款"
  752. }
  753. },
  754. {
  755. "path": "pages/applic/item",
  756. "style": {
  757. // #ifndef MP
  758. "app-plus": {
  759. "titleNView": false
  760. },
  761. // #endif
  762. "navigationBarTitleText": "博爱项目"
  763. }
  764. },
  765. // {
  766. // "path": "pages/applic/detail",
  767. // "style": {
  768. // // #ifndef MP
  769. // "app-plus": {
  770. // "titleNView": false
  771. // },
  772. // // #endif
  773. // "navigationBarTitleText": "资讯详情"
  774. // }
  775. // },
  776. {
  777. "path": "pages/applic/other",
  778. "style": {
  779. // #ifndef MP
  780. "app-plus": {
  781. "titleNView": false
  782. },
  783. // #endif
  784. "navigationBarTitleText": "爱心捐款"
  785. }
  786. },
  787. {
  788. "path": "pages/donate/donate",
  789. "style": {
  790. // #ifndef MP
  791. "app-plus": {
  792. "titleNView": false
  793. },
  794. // #endif
  795. "navigationBarTitleText": "项目捐赠"
  796. }
  797. },
  798. {
  799. "path": "pages/donate/donateDetail",
  800. "style": {
  801. // #ifndef MP
  802. "app-plus": {
  803. "titleNView": false
  804. },
  805. // #endif
  806. "navigationBarTitleText": "捐赠详情"
  807. }
  808. },
  809. {
  810. "path": "pages/donate/progress",
  811. "style": {
  812. // #ifndef MP
  813. "app-plus": {
  814. "titleNView": false
  815. },
  816. // #endif
  817. "navigationBarTitleText": "详情进展"
  818. }
  819. },
  820. {
  821. "path": "pages/donate/idonate",
  822. "style": {
  823. // #ifndef MP
  824. "app-plus": {
  825. "titleNView": false
  826. },
  827. // #endif
  828. "navigationBarTitleText": "我要捐赠"
  829. }
  830. },
  831. {
  832. "path": "pages/user/myaid",
  833. "style": {
  834. // #ifndef MP
  835. "app-plus": {
  836. "titleNView": false
  837. },
  838. // #endif
  839. "navigationBarTitleText": "我的捐赠"
  840. }
  841. },
  842. {
  843. "path": "pages/user/intent",
  844. "style": {
  845. // #ifndef MP
  846. "app-plus": {
  847. "titleNView": false
  848. },
  849. // #endif
  850. "navigationBarTitleText": "捐赠意向书"
  851. }
  852. },
  853. {
  854. "path": "pages/user/thank",
  855. "style": {
  856. // #ifndef MP
  857. "app-plus": {
  858. "titleNView": false
  859. },
  860. // #endif
  861. "navigationBarTitleText": "捐赠证书"
  862. }
  863. },
  864. {
  865. "path": "pages/donate/progresst",
  866. "style": {
  867. // #ifndef MP
  868. "app-plus": {
  869. "titleNView": false
  870. },
  871. // #endif
  872. "navigationBarTitleText": "详情进展"
  873. }
  874. },
  875. {
  876. "path": "pages/share/card",
  877. "style": {
  878. "navigationBarTitleText": "电子名片",
  879. "navigationStyle": "custom"
  880. }
  881. }
  882. ],
  883. "globalStyle": {
  884. "navigationBarTextStyle": "black",
  885. "navigationBarTitleText": "神农架林区红十字会",
  886. "navigationBarBackgroundColor": "#FFFFFF",
  887. "backgroundColor": "#F8F8F8"
  888. },
  889. "tabBar": {
  890. "color": "#CACACA",
  891. "selectedColor": "#FA7E67",
  892. "borderStyle": "black",
  893. "iconWidth": "42rpx",
  894. "backgroundColor": "#ffffff",
  895. "list": [{
  896. "pagePath": "pages/index/index",
  897. "iconPath": "./static/tabBar/home.png",
  898. "selectedIconPath": "static/tabBar/home-action.png",
  899. "text": "首页",
  900. "visible":false
  901. },
  902. {
  903. "pagePath": "pages/category/category",
  904. "iconPath": "static/tabBar/dengji.png",
  905. "selectedIconPath": "static/tabBar/dengji-action.png",
  906. "text": "救在身边",
  907. "visible":false
  908. },
  909. {
  910. "pagePath": "pages/user/user",
  911. "iconPath": "static/tabBar/user.png",
  912. "selectedIconPath": "static/tabBar/user-action.png",
  913. "text": "我的",
  914. "visible":false
  915. }
  916. ]
  917. }
  918. }