pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  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/donaSuccess",
  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/form/certificates",
  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/certificatesList",
  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. // form/tovolApplyDemo
  114. {
  115. "path": "pages/form/tovolApplyDemo",
  116. "style": {
  117. // #ifndef MP
  118. "app-plus": {
  119. "titleNView": false
  120. },
  121. // #endif
  122. "navigationBarBackgroundColor": "#457DBF",
  123. "navigationBarTextStyle": "white",
  124. "navigationBarTitleText": "志愿者登记"
  125. }
  126. },
  127. {
  128. "path": "pages/form/myDonate",
  129. "style": {
  130. // #ifndef MP
  131. "app-plus": {
  132. "titleNView": false
  133. },
  134. // #endif
  135. "navigationBarBackgroundColor": "#457DBF",
  136. "navigationBarTextStyle": "white",
  137. "navigationBarTitleText": "英山红十字会安心捐赠"
  138. }
  139. },
  140. // teamSign perSign donateLove donateList myDonate
  141. {
  142. "path": "pages/applic/teamSign",
  143. "style": {
  144. // #ifndef MP
  145. "app-plus": {
  146. "titleNView": false
  147. },
  148. // #endif
  149. "navigationBarBackgroundColor": "#457DBF",
  150. "navigationBarTextStyle": "white",
  151. "navigationBarTitleText": "团队报名"
  152. }
  153. },
  154. {
  155. "path": "pages/applic/perSign",
  156. "style": {
  157. // #ifndef MP
  158. "app-plus": {
  159. "titleNView": false
  160. },
  161. // #endif
  162. "navigationBarBackgroundColor": "#457DBF",
  163. "navigationBarTextStyle": "white",
  164. "navigationBarTitleText": "个人报名"
  165. }
  166. },
  167. {
  168. "path": "pages/applic/location",
  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/tocontrilist",
  182. "style": {
  183. // #ifndef MP
  184. "app-plus": {
  185. "titleNView": false
  186. },
  187. // #endif
  188. "navigationBarTitleText": "英山红十字会"
  189. }
  190. },
  191. {
  192. "path": "pages/form/tovolApply",
  193. "style": {
  194. // #ifndef MP
  195. "app-plus": {
  196. "titleNView": false
  197. },
  198. // #endif
  199. "navigationBarBackgroundColor": "#457DBF",
  200. "navigationBarTextStyle": "white",
  201. "navigationBarTitleText": "志愿者登记"
  202. }
  203. },
  204. {
  205. "path": "pages/form/demo",
  206. "style": {
  207. // #ifndef MP
  208. "app-plus": {
  209. "titleNView": false
  210. },
  211. // #endif
  212. "navigationBarBackgroundColor": "#457DBF",
  213. "navigationBarTextStyle": "white",
  214. "navigationBarTitleText": "画布demo"
  215. }
  216. },
  217. // {
  218. // "path": "pages/donate/donate",
  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/applicationForm",
  232. "style": {
  233. // #ifndef MP
  234. "app-plus": {
  235. "titleNView": false
  236. },
  237. // #endif
  238. "navigationBarBackgroundColor": "#457DBF",
  239. "navigationBarTextStyle": "white",
  240. "navigationBarTitleText": "申请登记表"
  241. }
  242. },
  243. {
  244. "path": "pages/category/category",
  245. "style": {
  246. // #ifndef MP
  247. "app-plus": {
  248. "titleNView": false
  249. },
  250. // #endif
  251. "navigationBarTitleText": "救护员登记"
  252. }
  253. },
  254. {
  255. "path": "pages/cart/cart",
  256. "style": {
  257. // #ifndef MP
  258. "app-plus": {
  259. "titleNView": false
  260. },
  261. // #endif
  262. "navigationBarTitleText": "会员登记"
  263. }
  264. },
  265. //
  266. {
  267. "path": "pages/applic/chooseAddress",
  268. "style": {
  269. // #ifndef MP
  270. "app-plus": {
  271. "titleNView": false
  272. },
  273. // #endif
  274. "navigationBarTitleText": "常用地址"
  275. }
  276. },
  277. {
  278. "path": "pages/loverecord/loverecord",
  279. "style": {
  280. // #ifndef MP
  281. "app-plus": {
  282. "titleNView": false
  283. },
  284. // #endif
  285. "navigationBarBackgroundColor": "#457DBF",
  286. "navigationBarTextStyle": "white",
  287. "navigationBarTitleText": "爱心记录"
  288. }
  289. },
  290. {
  291. "path": "pages/joinSuc/joinSuc",
  292. "style": {
  293. // #ifndef MP
  294. "app-plus": {
  295. "titleNView": false
  296. },
  297. // #endif
  298. "navigationBarBackgroundColor": "#457DBF",
  299. "navigationBarTextStyle": "white",
  300. "navigationBarTitleText": "报名成功"
  301. }
  302. },
  303. {
  304. "path": "pages/joinSuc/joinNow",
  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/user/user",
  318. "style": {
  319. // #ifndef MP
  320. "app-plus": {
  321. "titleNView": false
  322. },
  323. // #endif
  324. "navigationBarTitleText": "我的"
  325. }
  326. },
  327. // appliSystem tohelpActi toOrgan
  328. {
  329. "path": "pages/applic/tohelpActi",
  330. "style": {
  331. // #ifndef MP
  332. "app-plus": {
  333. "titleNView": false
  334. },
  335. // #endif
  336. "navigationBarBackgroundColor": "#457DBF",
  337. "navigationBarTextStyle": "white",
  338. "navigationBarTitleText": "人道救助"
  339. }
  340. },
  341. {
  342. "path": "pages/applic/toOrgan",
  343. "style": {
  344. // #ifndef MP
  345. "app-plus": {
  346. "titleNView": false
  347. },
  348. // #endif
  349. "navigationBarBackgroundColor": "#457DBF",
  350. "navigationBarTextStyle": "white",
  351. "navigationBarTitleText": "器官捐献"
  352. }
  353. },
  354. {
  355. "path": "pages/applic/appliSystem",
  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/toknowledge",
  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/applic",
  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/contribution",
  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. {
  407. "path": "pages/applic/register",
  408. "style": {
  409. // #ifndef MP
  410. "app-plus": {
  411. "titleNView": false
  412. },
  413. // #endif
  414. "navigationBarBackgroundColor": "#457DBF",
  415. "navigationBarTextStyle": "white",
  416. "navigationBarTitleText": "身份注册"
  417. }
  418. },
  419. {
  420. "path": "pages/applic/science",
  421. "style": {
  422. // #ifndef MP
  423. "app-plus": {
  424. "titleNView": false
  425. },
  426. // #endif
  427. "navigationBarBackgroundColor": "#457DBF",
  428. "navigationBarTextStyle": "white",
  429. "navigationBarTitleText": "红会科普"
  430. }
  431. },
  432. {
  433. "path": "pages/category/category",
  434. "style": {
  435. // #ifndef MP
  436. "app-plus": {
  437. "titleNView": false
  438. },
  439. // #endif
  440. "navigationBarTitleText": "救护员登记"
  441. }
  442. },
  443. {
  444. "path": "pages/cart/cart",
  445. "style": {
  446. // #ifndef MP
  447. "app-plus": {
  448. "titleNView": false
  449. },
  450. // #endif
  451. "navigationBarTitleText": "会员申请"
  452. }
  453. },
  454. {
  455. "path": "pages/joinSuc/joinSuc",
  456. "style": {
  457. "navigationBarTitleText": "报名成功"
  458. }
  459. },
  460. {
  461. "path": "pages/joinSuc/joinNow",
  462. "style": {
  463. "navigationBarTitleText": "报名成功"
  464. }
  465. },
  466. {
  467. "path": "pages/user/user",
  468. "style": {
  469. // #ifndef MP
  470. "app-plus": {
  471. "titleNView": false
  472. },
  473. // #endif
  474. "navigationBarTitleText": "我的"
  475. }
  476. },
  477. {
  478. "path": "pages/category/search",
  479. "style": {
  480. // #ifndef MP
  481. "app-plus": {
  482. "titleNView": false
  483. },
  484. // #endif
  485. "navigationBarTitleText": "搜索"
  486. }
  487. },
  488. {
  489. "path": "pages/applic/applic",
  490. "style": {
  491. // #ifndef MP
  492. "app-plus": {
  493. "titleNView": false
  494. },
  495. // #endif
  496. "navigationBarBackgroundColor": "#457DBF",
  497. "navigationBarTextStyle": "white",
  498. "navigationBarTitleText": "造血干细胞捐献"
  499. }
  500. },
  501. {
  502. "path": "pages/applic/contribution",
  503. "style": {
  504. // #ifndef MP
  505. "app-plus": {
  506. "titleNView": false
  507. },
  508. // #endif
  509. "navigationBarBackgroundColor": "#457DBF",
  510. "navigationBarTextStyle": "white",
  511. "navigationBarTitleText": "爱心捐赠"
  512. }
  513. },
  514. {
  515. "path": "pages/applic/register",
  516. "style": {
  517. // #ifndef MP
  518. "app-plus": {
  519. "titleNView": false
  520. },
  521. // #endif
  522. "navigationBarBackgroundColor": "#457DBF",
  523. "navigationBarTextStyle": "white",
  524. "navigationBarTitleText": "身份注册"
  525. }
  526. },
  527. {
  528. "path": "pages/applic/science",
  529. "style": {
  530. // #ifndef MP
  531. "app-plus": {
  532. "titleNView": false
  533. },
  534. // #endif
  535. "navigationBarBackgroundColor": "#457DBF",
  536. "navigationBarTextStyle": "white",
  537. "navigationBarTitleText": "红会科普"
  538. }
  539. },
  540. {
  541. "path": "pages/applic/rescuerecords",
  542. "style": {
  543. // #ifndef MP
  544. "app-plus": {
  545. "titleNView": false
  546. },
  547. // #endif
  548. "navigationBarBackgroundColor": "#457DBF",
  549. "navigationBarTextStyle": "white",
  550. "navigationBarTitleText": "救援记录"
  551. }
  552. },
  553. // commonaddress
  554. {
  555. "path": "pages/applic/commonaddress",
  556. "style": {
  557. // #ifndef MP
  558. "app-plus": {
  559. "titleNView": false
  560. },
  561. // #endif
  562. "navigationBarBackgroundColor": "#457DBF",
  563. "navigationBarTextStyle": "white",
  564. "navigationBarTitleText": "常用地址"
  565. }
  566. },
  567. {
  568. "path": "pages/applic/helprecords",
  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/info",
  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/login/login",
  595. "navigationBarTitleText": "用戶登录",
  596. "style": {
  597. "app-plus": {
  598. "titleNView": false
  599. }
  600. }
  601. },
  602. {
  603. "path": "pages/redirect/redirect",
  604. "style": {
  605. "navigationBarTitleText": "微信登录跳转页面",
  606. "app-plus": {
  607. "titleNView": false
  608. }
  609. }
  610. },
  611. {
  612. "path": "pages/login/register",
  613. "style": {
  614. "navigationBarTitleText": "注册",
  615. "app-plus": {
  616. "titleNView": {
  617. "type": "transparent"
  618. }
  619. }
  620. }
  621. },
  622. {
  623. "path": "pages/train/index",
  624. // "style": {
  625. // "navigationBarTitleText": "救护培训报名",
  626. // "navigationBarBackgroundColor":"#E62129",
  627. // "navigationBarTextStyle":"white"
  628. // }
  629. "style": {
  630. "navigationBarTitleText": "普及培训",
  631. "app-plus": {
  632. "titleNView": {
  633. "type": "transparent"
  634. }
  635. }
  636. }
  637. },
  638. {
  639. "path": "pages/train/sign",
  640. // "style": {
  641. // "navigationBarTitleText": "救护培训报名",
  642. // "navigationBarBackgroundColor":"#E62129",
  643. // "navigationBarTextStyle":"white"
  644. // }
  645. "style": {
  646. "navigationBarTitleText": "报名",
  647. "app-plus": {
  648. "titleNView": {
  649. "type": "transparent"
  650. }
  651. }
  652. }
  653. },
  654. {
  655. "path": "pages/public/wxLogin",
  656. "style": {
  657. "navigationBarTitleText": "微信登录",
  658. "app-plus": {
  659. "titleNView": {
  660. "type": "transparent"
  661. }
  662. }
  663. }
  664. },
  665. {
  666. "path": "pages/applic/love",
  667. "style": {
  668. // #ifndef MP
  669. "app-plus": {
  670. "titleNView": false
  671. },
  672. // #endif
  673. "navigationBarTitleText": "爱心捐款"
  674. }
  675. },
  676. {
  677. "path": "pages/applic/item",
  678. "style": {
  679. // #ifndef MP
  680. "app-plus": {
  681. "titleNView": false
  682. },
  683. // #endif
  684. "navigationBarTitleText": "博爱项目"
  685. }
  686. },
  687. // {
  688. // "path": "pages/applic/detail",
  689. // "style": {
  690. // // #ifndef MP
  691. // "app-plus": {
  692. // "titleNView": false
  693. // },
  694. // // #endif
  695. // "navigationBarTitleText": "资讯详情"
  696. // }
  697. // },
  698. {
  699. "path": "pages/applic/other",
  700. "style": {
  701. // #ifndef MP
  702. "app-plus": {
  703. "titleNView": false
  704. },
  705. // #endif
  706. "navigationBarTitleText": "爱心捐款"
  707. }
  708. }
  709. ],
  710. "globalStyle": {
  711. "navigationBarTextStyle": "black",
  712. "navigationBarTitleText": "uni-app",
  713. "navigationBarBackgroundColor": "#FFFFFF",
  714. "backgroundColor": "#F8F8F8"
  715. },
  716. "tabBar": {
  717. "color": "#3D3D3D",
  718. "selectedColor": "#CB131B",
  719. "borderStyle": "black",
  720. // "iconWidth": "42rpx",
  721. "iconWidth": "42rpx",
  722. // "fontSize": "42rpx",
  723. "backgroundColor": "#ffffff",
  724. "list": [{
  725. "pagePath": "pages/index/index",
  726. "iconPath": "static/tabBar/home.png",
  727. "selectedIconPath": "static/tabBar/home-action.png",
  728. "text": "首页"
  729. },
  730. {
  731. "pagePath": "pages/category/category",
  732. "iconPath": "static/tabBar/zuce.png",
  733. "selectedIconPath": "static/tabBar/zuce-actin.png",
  734. "text": "救护员登记"
  735. },
  736. {
  737. "pagePath": "pages/cart/cart",
  738. "iconPath": "static/tabBar/dengji.png",
  739. "selectedIconPath": "static/tabBar/dengji-action.png",
  740. "text": "会员登记"
  741. },
  742. {
  743. "pagePath": "pages/user/user",
  744. "iconPath": "static/tabBar/user-action.png",
  745. "selectedIconPath": "static/tabBar/user.png",
  746. "text": "我的"
  747. }
  748. ]
  749. }
  750. }