pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  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": "AED"
  178. }
  179. },
  180. {
  181. "path": "pages/applic/aid",
  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/tocontrilist",
  195. "style": {
  196. // #ifndef MP
  197. "app-plus": {
  198. "titleNView": false
  199. },
  200. // #endif
  201. "navigationBarTitleText": "余姚红十字会"
  202. }
  203. },
  204. {
  205. "path": "pages/form/tovolApply",
  206. "style": {
  207. // #ifndef MP
  208. "app-plus": {
  209. "titleNView": false
  210. },
  211. // #endif
  212. "navigationBarBackgroundColor": "#457DBF",
  213. "navigationBarTextStyle": "white",
  214. "navigationBarTitleText": "志愿者登记"
  215. }
  216. },
  217. {
  218. "path": "pages/form/demo",
  219. "style": {
  220. // #ifndef MP
  221. "app-plus": {
  222. "titleNView": false
  223. },
  224. // #endif
  225. "navigationBarBackgroundColor": "#457DBF",
  226. "navigationBarTextStyle": "white",
  227. "navigationBarTitleText": "画布demo"
  228. }
  229. },
  230. // {
  231. // "path": "pages/donate/donate",
  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/form/applicationForm",
  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/category/category",
  258. "style": {
  259. // #ifndef MP
  260. "app-plus": {
  261. "titleNView": false
  262. },
  263. // #endif
  264. "navigationBarTitleText": "救护员登记"
  265. }
  266. },
  267. {
  268. "path": "pages/cart/cart",
  269. "style": {
  270. // #ifndef MP
  271. "app-plus": {
  272. "titleNView": false
  273. },
  274. // #endif
  275. "navigationBarTitleText": "个人会员登记"
  276. }
  277. },
  278. //
  279. {
  280. "path": "pages/applic/chooseAddress",
  281. "style": {
  282. // #ifndef MP
  283. "app-plus": {
  284. "titleNView": false
  285. },
  286. // #endif
  287. "navigationBarTitleText": "常用地址"
  288. }
  289. },
  290. {
  291. "path": "pages/loverecord/loverecord",
  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/joinSuc",
  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/joinNow",
  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/user/user",
  331. "style": {
  332. // #ifndef MP
  333. "app-plus": {
  334. "titleNView": false
  335. },
  336. // #endif
  337. "navigationBarTitleText": "我的"
  338. }
  339. },
  340. // appliSystem tohelpActi toOrgan
  341. {
  342. "path": "pages/applic/tohelpActi",
  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/toOrgan",
  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/appliSystem",
  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/toknowledge",
  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/applic",
  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/contribution",
  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/register",
  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/applic/science",
  434. "style": {
  435. // #ifndef MP
  436. "app-plus": {
  437. "titleNView": false
  438. },
  439. // #endif
  440. "navigationBarBackgroundColor": "#457DBF",
  441. "navigationBarTextStyle": "white",
  442. "navigationBarTitleText": "红会科普"
  443. }
  444. },
  445. {
  446. "path": "pages/category/category",
  447. "style": {
  448. // #ifndef MP
  449. "app-plus": {
  450. "titleNView": false
  451. },
  452. // #endif
  453. "navigationBarTitleText": "救护员登记"
  454. }
  455. },
  456. {
  457. "path": "pages/cart/cart",
  458. "style": {
  459. // #ifndef MP
  460. "app-plus": {
  461. "titleNView": false
  462. },
  463. // #endif
  464. "navigationBarTitleText": "会员申请"
  465. }
  466. },
  467. {
  468. "path": "pages/joinSuc/joinSuc",
  469. "style": {
  470. "navigationBarTitleText": "报名成功"
  471. }
  472. },
  473. {
  474. "path": "pages/joinSuc/joinNow",
  475. "style": {
  476. "navigationBarTitleText": "报名成功"
  477. }
  478. },
  479. {
  480. "path": "pages/user/user",
  481. "style": {
  482. // #ifndef MP
  483. "app-plus": {
  484. "titleNView": false
  485. },
  486. // #endif
  487. "navigationBarTitleText": "我的"
  488. }
  489. },
  490. {
  491. "path": "pages/category/search",
  492. "style": {
  493. // #ifndef MP
  494. "app-plus": {
  495. "titleNView": false
  496. },
  497. // #endif
  498. "navigationBarTitleText": "搜索"
  499. }
  500. },
  501. {
  502. "path": "pages/applic/applic",
  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/contribution",
  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/register",
  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/science",
  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. {
  554. "path": "pages/applic/rescuerecords",
  555. "style": {
  556. // #ifndef MP
  557. "app-plus": {
  558. "titleNView": false
  559. },
  560. // #endif
  561. "navigationBarBackgroundColor": "#457DBF",
  562. "navigationBarTextStyle": "white",
  563. "navigationBarTitleText": "救援记录"
  564. }
  565. },
  566. // commonaddress
  567. {
  568. "path": "pages/applic/commonaddress",
  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/helprecords",
  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/info",
  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/login/login",
  608. "style": {
  609. "app-plus": {
  610. "titleNView": false
  611. }
  612. }
  613. },
  614. {
  615. "path": "pages/redirect/redirect",
  616. "style": {
  617. "navigationBarTitleText": "微信登录跳转页面",
  618. "app-plus": {
  619. "titleNView": false
  620. }
  621. }
  622. },
  623. {
  624. "path": "pages/login/register",
  625. "style": {
  626. "navigationBarTitleText": "注册",
  627. "app-plus": {
  628. "titleNView": {
  629. "type": "transparent"
  630. }
  631. }
  632. }
  633. },
  634. {
  635. "path": "pages/train/index",
  636. // "style": {
  637. // "navigationBarTitleText": "救护培训报名",
  638. // "navigationBarBackgroundColor":"#E62129",
  639. // "navigationBarTextStyle":"white"
  640. // }
  641. "style": {
  642. "navigationBarTitleText": "普及培训",
  643. "app-plus": {
  644. "titleNView": {
  645. "type": "transparent"
  646. }
  647. }
  648. }
  649. },
  650. {
  651. "path": "pages/train/sign",
  652. // "style": {
  653. // "navigationBarTitleText": "救护培训报名",
  654. // "navigationBarBackgroundColor":"#E62129",
  655. // "navigationBarTextStyle":"white"
  656. // }
  657. "style": {
  658. "navigationBarTitleText": "报名",
  659. "app-plus": {
  660. "titleNView": {
  661. "type": "transparent"
  662. }
  663. }
  664. }
  665. },
  666. {
  667. "path": "pages/public/wxLogin",
  668. "style": {
  669. "navigationBarTitleText": "微信登录",
  670. "app-plus": {
  671. "titleNView": {
  672. "type": "transparent"
  673. }
  674. }
  675. }
  676. },
  677. {
  678. "path": "pages/share/card",
  679. "style": {
  680. "navigationBarTitleText": "电子名片",
  681. "app-plus": {
  682. "titleNView":false
  683. }
  684. }
  685. }
  686. ],
  687. "globalStyle": {
  688. "navigationBarTextStyle": "black",
  689. "navigationBarTitleText": "uni-app",
  690. "navigationBarBackgroundColor": "#FFFFFF",
  691. "backgroundColor": "#F8F8F8"
  692. },
  693. "tabBar": {
  694. "color": "#3D3D3D",
  695. "selectedColor": "#CB131B",
  696. "borderStyle": "black",
  697. //"iconWidth": "42px",
  698. //"fontSize": "42px",
  699. "backgroundColor": "#ffffff",
  700. "list": [{
  701. "pagePath": "pages/index/index",
  702. "iconPath": "static/tabBar/tab-index.png",
  703. "selectedIconPath": "static/tabBar/tab-index.png",
  704. "text": "首页"
  705. },
  706. {
  707. "pagePath": "pages/category/category",
  708. "iconPath": "static/tabBar/tab-sign.png",
  709. "selectedIconPath": "static/tabBar/tab-sign.png",
  710. "text": "救护员登记"
  711. },
  712. {
  713. "pagePath": "pages/cart/cart",
  714. "iconPath": "static/tabBar/tab-register.png",
  715. "selectedIconPath": "static/tabBar/tab-register.png",
  716. "text": "个人会员登记"
  717. },
  718. {
  719. "pagePath": "pages/user/user",
  720. "iconPath": "static/tabBar/tab-user.png",
  721. "selectedIconPath": "static/tabBar/tab-user.png",
  722. "text": "我的"
  723. }
  724. ]
  725. }
  726. }