pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  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/cart/cart1",
  23. "path":"pages/cart/cat1",
  24. "style": {
  25. // #ifndef MP
  26. "app-plus": {
  27. "titleNView": "会员报名"
  28. },
  29. // #endif
  30. "navigationBarTitleText": "会员报名"
  31. }
  32. },
  33. {
  34. "path": "pages/applic/know",
  35. "style": {
  36. // #ifndef MP
  37. "app-plus": {
  38. "titleNView": false
  39. },
  40. // #endif
  41. "navigationBarBackgroundColor": "#457DBF",
  42. "navigationBarTextStyle": "white",
  43. "navigationBarTitleText": "捐献造血干细胞"
  44. }
  45. },
  46. {
  47. "path": "pages/form/donateLove",
  48. "style": {
  49. // #ifndef MP
  50. "app-plus": {
  51. "titleNView": false
  52. },
  53. // #endif
  54. "navigationBarBackgroundColor": "#457DBF",
  55. "navigationBarTextStyle": "white",
  56. "navigationBarTitleText": "通山县红十字会安心捐赠"
  57. }
  58. },
  59. {
  60. "path": "pages/form/donateList",
  61. "style": {
  62. // #ifndef MP
  63. "app-plus": {
  64. "titleNView": false
  65. },
  66. // #endif
  67. "navigationBarBackgroundColor": "#457DBF",
  68. "navigationBarTextStyle": "white",
  69. "navigationBarTitleText": "通山县红十字会安心捐赠"
  70. }
  71. },
  72. // donaSuccess
  73. {
  74. "path": "pages/form/donaSuccess",
  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. {
  87. "path": "pages/applic/aid",
  88. "style": {
  89. // #ifndef MP
  90. "app-plus": {
  91. "titleNView": false
  92. },
  93. // #endif
  94. "navigationBarBackgroundColor": "#457DBF",
  95. "navigationBarTextStyle": "white",
  96. "navigationBarTitleText": "救护站"
  97. }
  98. },
  99. {
  100. "path": "pages/applic/aed",
  101. "style": {
  102. // #ifndef MP
  103. "app-plus": {
  104. "titleNView": false
  105. },
  106. // #endif
  107. "navigationBarBackgroundColor": "#457DBF",
  108. "navigationBarTextStyle": "white",
  109. "navigationBarTitleText": "智能AED"
  110. }
  111. },
  112. {
  113. "path": "pages/applic/donaSuccess",
  114. "style": {
  115. // #ifndef MP
  116. "app-plus": {
  117. "titleNView": false
  118. },
  119. // #endif
  120. "navigationBarBackgroundColor": "#457DBF",
  121. "navigationBarTextStyle": "white",
  122. "navigationBarTitleText": "捐赠成功"
  123. }
  124. },
  125. {
  126. "path": "pages/form/certificates",
  127. "style": {
  128. // #ifndef MP
  129. "app-plus": {
  130. "titleNView": false
  131. },
  132. // #endif
  133. "navigationBarBackgroundColor": "#457DBF",
  134. "navigationBarTextStyle": "white",
  135. "navigationBarTitleText": "结业证书"
  136. }
  137. },
  138. {
  139. "path": "pages/form/certificatesList",
  140. "style": {
  141. // #ifndef MP
  142. "app-plus": {
  143. "titleNView": false
  144. },
  145. // #endif
  146. "navigationBarBackgroundColor": "#457DBF",
  147. "navigationBarTextStyle": "white",
  148. "navigationBarTitleText": "结业证书"
  149. }
  150. },
  151. // form/tovolApplyDemo
  152. {
  153. "path": "pages/form/tovolApplyDemo",
  154. "style": {
  155. // #ifndef MP
  156. "app-plus": {
  157. "titleNView": false
  158. },
  159. // #endif
  160. "navigationBarBackgroundColor": "#457DBF",
  161. "navigationBarTextStyle": "white",
  162. "navigationBarTitleText": "志愿者登记"
  163. }
  164. },
  165. {
  166. "path": "pages/form/myDonate",
  167. "style": {
  168. // #ifndef MP
  169. "app-plus": {
  170. "titleNView": false
  171. },
  172. // #endif
  173. "navigationBarBackgroundColor": "#457DBF",
  174. "navigationBarTextStyle": "white",
  175. "navigationBarTitleText": "我的捐款"
  176. }
  177. },
  178. // teamSign perSign donateLove donateList myDonate
  179. {
  180. "path": "pages/applic/teamSign",
  181. "style": {
  182. // #ifndef MP
  183. "app-plus": {
  184. "titleNView": "团队报名"
  185. },
  186. // #endif
  187. "navigationBarBackgroundColor": "white",
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "团队报名"
  190. }
  191. },
  192. {
  193. "path": "pages/applic/perSign",
  194. "style": {
  195. // #ifndef MP
  196. "app-plus": {
  197. "titleNView": "个人报名"
  198. },
  199. // #endif
  200. "navigationBarBackgroundColor": "white",
  201. "navigationBarTextStyle": "black",
  202. "navigationBarTitleText": "个人报名"
  203. }
  204. },
  205. {
  206. "path": "pages/applic/location",
  207. "style": {
  208. // #ifndef MP
  209. "app-plus": {
  210. "titleNView": "救在身边系统"
  211. },
  212. // #endif
  213. "navigationBarBackgroundColor": "white",
  214. "navigationBarTextStyle": "black",
  215. "navigationBarTitleText": "救在身边系统"
  216. }
  217. },
  218. {
  219. "path": "pages/applic/tocontrilist",
  220. "style": {
  221. // #ifndef MP
  222. "app-plus": {
  223. "titleNView": false
  224. },
  225. // #endif
  226. "navigationBarTitleText": "通山县红十字会"
  227. }
  228. },
  229. {
  230. "path": "pages/applic/applicList",
  231. "style": {
  232. // #ifndef MP
  233. "app-plus": {
  234. "titleNView": false
  235. },
  236. // #endif
  237. "navigationBarTitleText": "我要报名"
  238. }
  239. },
  240. {
  241. "path": "pages/form/tovolApply",
  242. "style": {
  243. // #ifndef MP
  244. "app-plus": {
  245. "titleNView": "红十字志愿者"
  246. },
  247. // #endif
  248. "navigationBarBackgroundColor": "red",
  249. "navigationBarTextStyle": "white",
  250. "navigationBarTitleText": "志愿者登记"
  251. }
  252. },
  253. {
  254. "path": "pages/form/demo",
  255. "style": {
  256. // #ifndef MP
  257. "app-plus": {
  258. "titleNView": false
  259. },
  260. // #endif
  261. "navigationBarBackgroundColor": "#457DBF",
  262. "navigationBarTextStyle": "white",
  263. "navigationBarTitleText": "画布demo"
  264. }
  265. },
  266. {
  267. "path": "pages/form/applicationForm",
  268. "style": {
  269. // #ifndef MP
  270. "app-plus": {
  271. "titleNView":"申请登记表"
  272. },
  273. // #endif
  274. "navigationBarBackgroundColor": "red",
  275. "navigationBarTextStyle": "white",
  276. "navigationBarTitleText": "申请登记表"
  277. }
  278. },
  279. {
  280. "path": "pages/cart/cart",
  281. "style": {
  282. // #ifndef MP
  283. "app-plus": {
  284. "titleNView": "培训报名"
  285. },
  286. // #endif
  287. "navigationBarTitleText": "培训报名"
  288. }
  289. },
  290. {
  291. "path": "pages/cart/personal",
  292. "style": {
  293. // #ifndef MP
  294. "app-plus": {
  295. "titleNView": false
  296. },
  297. // #endif
  298. "navigationBarTitleText": "个人会员报名"
  299. }
  300. },
  301. {
  302. "path": "pages/cart/group",
  303. "style": {
  304. // #ifndef MP
  305. "app-plus": {
  306. "titleNView": "团队会员报名"
  307. },
  308. // #endif
  309. "navigationBarTitleText": "团体会员报名"
  310. }
  311. },
  312. {
  313. "path": "pages/applic/chooseAddress",
  314. "style": {
  315. // #ifndef MP
  316. "app-plus": {
  317. "titleNView": false
  318. },
  319. // #endif
  320. "navigationBarTitleText": "常用地址"
  321. }
  322. },
  323. {
  324. "path": "pages/loverecord/loverecord",
  325. "style": {
  326. // #ifndef MP
  327. "app-plus": {
  328. "titleNView": false
  329. },
  330. // #endif
  331. "navigationBarBackgroundColor": "#457DBF",
  332. "navigationBarTextStyle": "white",
  333. "navigationBarTitleText": "爱心记录"
  334. }
  335. },
  336. {
  337. "path": "pages/joinSuc/joinSuc",
  338. "style": {
  339. // #ifndef MP
  340. "app-plus": {
  341. "titleNView": false
  342. },
  343. // #endif
  344. "navigationBarBackgroundColor": "#457DBF",
  345. "navigationBarTextStyle": "white",
  346. "navigationBarTitleText": "报名成功"
  347. }
  348. },
  349. {
  350. "path": "pages/joinSuc/joinsuccess",
  351. "style": {
  352. // #ifndef MP
  353. "app-plus": {
  354. "titleNView": false
  355. },
  356. // #endif
  357. "navigationBarBackgroundColor": "#457DBF",
  358. "navigationBarTextStyle": "white",
  359. "navigationBarTitleText": "报名成功"
  360. }
  361. },
  362. {
  363. "path": "pages/joinSuc/joinNow",
  364. "style": {
  365. // #ifndef MP
  366. "app-plus": {
  367. "titleNView": false
  368. },
  369. // #endif
  370. "navigationBarBackgroundColor": "#457DBF",
  371. "navigationBarTextStyle": "white",
  372. "navigationBarTitleText": "报名成功"
  373. }
  374. },
  375. {
  376. "path": "pages/applic/tohelpActi",
  377. "style": {
  378. // #ifndef MP
  379. "app-plus": {
  380. "titleNView": false
  381. },
  382. // #endif
  383. "navigationBarBackgroundColor": "#457DBF",
  384. "navigationBarTextStyle": "white",
  385. "navigationBarTitleText": "人道救助"
  386. }
  387. },
  388. {
  389. "path": "pages/applic/toOrgan",
  390. "style": {
  391. // #ifndef MP
  392. "app-plus": {
  393. "titleNView": false
  394. },
  395. // #endif
  396. "navigationBarBackgroundColor": "#457DBF",
  397. "navigationBarTextStyle": "white",
  398. "navigationBarTitleText": "器官捐献"
  399. }
  400. },
  401. {
  402. "path": "pages/applic/appliSystem",
  403. "style": {
  404. // #ifndef MP
  405. "app-plus": {
  406. "titleNView": false
  407. },
  408. // #endif
  409. "navigationBarBackgroundColor": "#457DBF",
  410. "navigationBarTextStyle": "white",
  411. "navigationBarTitleText": "造血干细胞捐献"
  412. }
  413. },
  414. {
  415. "path": "pages/applic/toknowledge",
  416. "style": {
  417. // #ifndef MP
  418. "app-plus": {
  419. "titleNView": false
  420. },
  421. // #endif
  422. "navigationBarBackgroundColor": "#457DBF",
  423. "navigationBarTextStyle": "white",
  424. "navigationBarTitleText": "造血干细胞-相关知识"
  425. }
  426. },
  427. {
  428. "path": "pages/applic/applic",
  429. "style": {
  430. // #ifndef MP
  431. "app-plus": {
  432. "titleNView": false
  433. },
  434. // #endif
  435. "navigationBarBackgroundColor": "#457DBF",
  436. "navigationBarTextStyle": "white",
  437. "navigationBarTitleText": "造血干细胞捐献"
  438. }
  439. },
  440. {
  441. "path": "pages/applic/contribution",
  442. "style": {
  443. // #ifndef MP
  444. "app-plus": {
  445. "titleNView": false
  446. },
  447. // #endif
  448. "navigationBarBackgroundColor": "#457DBF",
  449. "navigationBarTextStyle": "white",
  450. "navigationBarTitleText": "爱心捐款"
  451. }
  452. },
  453. {
  454. "path": "pages/applic/register",
  455. "style": {
  456. // #ifndef MP
  457. "app-plus": {
  458. "titleNView": false
  459. },
  460. // #endif
  461. "navigationBarBackgroundColor": "#457DBF",
  462. "navigationBarTextStyle": "white",
  463. "navigationBarTitleText": "身份注册"
  464. }
  465. },
  466. {
  467. "path": "pages/applic/science",
  468. "style": {
  469. // #ifndef MP
  470. "app-plus": {
  471. "titleNView": false
  472. },
  473. // #endif
  474. "navigationBarBackgroundColor": "#457DBF",
  475. "navigationBarTextStyle": "white",
  476. "navigationBarTitleText": "红会科普"
  477. }
  478. },
  479. {
  480. "path": "pages/applic/cause",
  481. "style": {
  482. "navigationBarBackgroundColor": "#fff",
  483. "navigationBarTextStyle": "black",
  484. "navigationBarTitleText": "红会事业"
  485. }
  486. },
  487. {
  488. "path": "pages/category/category",
  489. "style": {
  490. // #ifndef MP
  491. "app-plus": {
  492. "titleNView": false
  493. },
  494. // #endif
  495. "navigationBarTitleText": "救护员招募"
  496. }
  497. },
  498. {
  499. "path": "pages/joinSuc/joinNow",
  500. "style": {
  501. "navigationBarTitleText": "报名成功"
  502. }
  503. },
  504. {
  505. "path": "pages/user/user",
  506. "style": {
  507. // #ifndef MP
  508. "app-plus": {
  509. "titleNView": false
  510. },
  511. // #endif
  512. "navigationBarTitleText": "我的"
  513. }
  514. },
  515. {
  516. "path": "pages/user/jkjl",
  517. "style": {
  518. // #ifndef MP
  519. "app-plus": {
  520. "titleNView": false
  521. },
  522. // #endif
  523. "navigationBarTitleText": "捐款记录"
  524. }
  525. },
  526. {
  527. "path": "pages/user/jkjl",
  528. "style": {
  529. // #ifndef MP
  530. "app-plus": {
  531. "titleNView": false
  532. },
  533. // #endif
  534. "navigationBarTitleText": "捐款记录"
  535. }
  536. },
  537. {
  538. "path": "pages/user/userSet",
  539. "style": {
  540. // #ifndef MP
  541. "app-plus": {
  542. "titleNView": false
  543. },
  544. // #endif
  545. "navigationBarTitleText": "用户设置"
  546. }
  547. },
  548. {
  549. "path": "pages/category/search",
  550. "style": {
  551. // #ifndef MP
  552. "app-plus": {
  553. "titleNView": false
  554. },
  555. // #endif
  556. "navigationBarTitleText": "搜索"
  557. }
  558. },
  559. {
  560. "path": "pages/applic/applic",
  561. "style": {
  562. // #ifndef MP
  563. "app-plus": {
  564. "titleNView": false
  565. },
  566. // #endif
  567. "navigationBarBackgroundColor": "#457DBF",
  568. "navigationBarTextStyle": "white",
  569. "navigationBarTitleText": "造血干细胞捐献"
  570. }
  571. },
  572. {
  573. "path": "pages/applic/contribution",
  574. "style": {
  575. // #ifndef MP
  576. "app-plus": {
  577. "titleNView": false
  578. },
  579. // #endif
  580. "navigationBarBackgroundColor": "#457DBF",
  581. "navigationBarTextStyle": "white",
  582. "navigationBarTitleText": "爱心捐赠"
  583. }
  584. },
  585. {
  586. "path": "pages/applic/register",
  587. "style": {
  588. // #ifndef MP
  589. "app-plus": {
  590. "titleNView": false
  591. },
  592. // #endif
  593. "navigationBarBackgroundColor": "#457DBF",
  594. "navigationBarTextStyle": "white",
  595. "navigationBarTitleText": "身份注册"
  596. }
  597. },
  598. {
  599. "path": "pages/applic/science",
  600. "style": {
  601. // #ifndef MP
  602. "app-plus": {
  603. "titleNView": false
  604. },
  605. // #endif
  606. "navigationBarBackgroundColor": "#457DBF",
  607. "navigationBarTextStyle": "white",
  608. "navigationBarTitleText": "红会科普"
  609. }
  610. },
  611. {
  612. "path": "pages/applic/rescuerecords",
  613. "style": {
  614. // #ifndef MP
  615. "app-plus": {
  616. "titleNView": false
  617. },
  618. // #endif
  619. "navigationBarBackgroundColor": "#457DBF",
  620. "navigationBarTextStyle": "white",
  621. "navigationBarTitleText": "救援记录"
  622. }
  623. },
  624. // commonaddress
  625. {
  626. "path": "pages/applic/commonaddress",
  627. "style": {
  628. // #ifndef MP
  629. "app-plus": {
  630. "titleNView": false
  631. },
  632. // #endif
  633. "navigationBarBackgroundColor": "#457DBF",
  634. "navigationBarTextStyle": "white",
  635. "navigationBarTitleText": "常用地址"
  636. }
  637. },
  638. {
  639. "path": "pages/applic/helprecords",
  640. "style": {
  641. // #ifndef MP
  642. "app-plus": {
  643. "titleNView": false
  644. },
  645. // #endif
  646. "navigationBarBackgroundColor": "#457DBF",
  647. "navigationBarTextStyle": "white",
  648. "navigationBarTitleText": "求救记录"
  649. }
  650. },
  651. {
  652. "path": "pages/applic/info",
  653. "style": {
  654. // #ifndef MP
  655. "app-plus": {
  656. "titleNView": false
  657. },
  658. // #endif
  659. "navigationBarBackgroundColor": "#457DBF",
  660. "navigationBarTextStyle": "white",
  661. "navigationBarTitleText": "详情"
  662. }
  663. },
  664. {
  665. "path": "pages/login/login",
  666. "style": {
  667. "app-plus": {
  668. "titleNView": false
  669. }
  670. }
  671. },
  672. {
  673. "path": "pages/redirect/redirect",
  674. "style": {
  675. "navigationBarTitleText": "微信登录跳转页面",
  676. "app-plus": {
  677. "titleNView": false
  678. }
  679. }
  680. },
  681. {
  682. "path": "pages/login/register",
  683. "style": {
  684. "navigationBarTitleText": "注册",
  685. "app-plus": {
  686. "titleNView": {
  687. "type": "transparent"
  688. }
  689. }
  690. }
  691. },
  692. {
  693. "path": "pages/train/index",
  694. "style": {
  695. "navigationBarTitleText": "培训报名",
  696. "app-plus": {
  697. "titleNView": {
  698. "type": "transparent",
  699. "navigationBarTitleText": "培训报名"
  700. }
  701. }
  702. }
  703. },
  704. {
  705. "path": "pages/train/sign",
  706. "style": {
  707. "navigationBarTitleText": "报名",
  708. "app-plus": {
  709. "titleNView": {
  710. "type": "transparent"
  711. }
  712. }
  713. }
  714. },
  715. {
  716. "path": "pages/public/wxLogin",
  717. "style": {
  718. "navigationBarTitleText": "微信登录",
  719. "app-plus": {
  720. "titleNView": {
  721. "type": "transparent"
  722. }
  723. }
  724. }
  725. },
  726. {
  727. "path": "pages/applic/love",
  728. "style": {
  729. // #ifndef MP
  730. "app-plus": {
  731. "titleNView": false
  732. },
  733. // #endif
  734. "navigationBarTitleText": "爱心捐款"
  735. }
  736. },
  737. {
  738. "path": "pages/applic/other",
  739. "style": {
  740. // #ifndef MP
  741. "app-plus": {
  742. "titleNView": false
  743. },
  744. // #endif
  745. "navigationBarTitleText": "爱心捐款"
  746. }
  747. },
  748. {
  749. "path": "pages/user/thank",
  750. "style": {
  751. // #ifndef MP
  752. "app-plus": {
  753. "titleNView": false
  754. },
  755. // #endif
  756. "navigationBarTitleText": "捐赠证书"
  757. }
  758. },
  759. {
  760. "path": "pages/share/card",
  761. "style": {
  762. "navigationBarTitleText": "电子名片",
  763. "navigationStyle": "custom"
  764. }
  765. }
  766. ],
  767. "globalStyle": {
  768. "navigationBarTextStyle": "black",
  769. "navigationBarTitleText": "通山县红十字会",
  770. "navigationBarBackgroundColor": "#FFFFFF",
  771. "backgroundColor": "#F8F8F8"
  772. },
  773. "tabBar": {
  774. "selectedColor": "#FF727E",
  775. "borderStyle": "black",
  776. "backgroundColor": "#ffffff",
  777. "list": [{
  778. "pagePath": "pages/index/index",
  779. "iconPath": "static/tabBar/home.png",
  780. "selectedIconPath": "static/tabBar/home-action.png",
  781. "text": "首页"
  782. },
  783. {
  784. "pagePath": "pages/user/user",
  785. "iconPath": "static/tabBar/user.png",
  786. "selectedIconPath": "static/tabBar/user-action.png",
  787. "text": "我的"
  788. }
  789. ]
  790. }
  791. }