pages.json 16 KB

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