pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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/Love",
  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/applic/other",
  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/category/category",
  49. "style": {
  50. // #ifndef MP
  51. "app-plus": {
  52. "titleNView": false
  53. },
  54. // #endif
  55. "navigationBarTitleText": "救护员登记"
  56. }
  57. },
  58. {
  59. "path": "pages/form/donaSuccess",
  60. "style": {
  61. // #ifndef MP
  62. "app-plus": {
  63. "titleNView": false
  64. },
  65. // #endif
  66. "navigationBarBackgroundColor": "#457DBF",
  67. "navigationBarTextStyle": "white",
  68. "navigationBarTitleText": "感谢信"
  69. }
  70. },
  71. {
  72. "path": "pages/cart/cart",
  73. "style": {
  74. // #ifndef MP
  75. "app-plus": {
  76. "titleNView": false
  77. },
  78. // #endif
  79. "navigationBarBackgroundColor": "#457DBF",
  80. "navigationBarTextStyle": "white",
  81. "navigationBarTitleText": "个人会员登记"
  82. }
  83. },
  84. // form/tovolApplyDemo
  85. {
  86. "path": "pages/form/tovolApplyDemo",
  87. "style": {
  88. // #ifndef MP
  89. "app-plus": {
  90. "titleNView": false
  91. },
  92. // #endif
  93. "navigationBarBackgroundColor": "#457DBF",
  94. "navigationBarTextStyle": "white",
  95. "navigationBarTitleText": "志愿者登记"
  96. }
  97. },
  98. // {
  99. // "path": "pages/form/myDonate",
  100. // "style": {
  101. // // #ifndef MP
  102. // "app-plus": {
  103. // "titleNView": false
  104. // },
  105. // // #endif
  106. // "navigationBarBackgroundColor": "#457DBF",
  107. // "navigationBarTextStyle": "white",
  108. // "navigationBarTitleText": "江夏红十字会安心捐赠"
  109. // }
  110. // },
  111. // teamSign perSign donateLove donateList myDonate
  112. // {
  113. // "path": "pages/applic/teamSign",
  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/applic/perSign",
  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/applic/location",
  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. // {
  152. // "path": "pages/applic/tocontrilist",
  153. // "style": {
  154. // // #ifndef MP
  155. // "app-plus": {
  156. // "titleNView": false
  157. // },
  158. // // #endif
  159. // "navigationBarTitleText": "余姚红十字会"
  160. // }
  161. // },
  162. {
  163. "path": "pages/form/tovolApply",
  164. "style": {
  165. // #ifndef MP
  166. "app-plus": {
  167. "titleNView": false
  168. },
  169. // #endif
  170. "navigationBarBackgroundColor": "#457DBF",
  171. "navigationBarTextStyle": "white",
  172. "navigationBarTitleText": "志愿者登记"
  173. }
  174. },
  175. {
  176. "path": "pages/form/demo",
  177. "style": {
  178. // #ifndef MP
  179. "app-plus": {
  180. "titleNView": false
  181. },
  182. // #endif
  183. "navigationBarBackgroundColor": "#457DBF",
  184. "navigationBarTextStyle": "white",
  185. "navigationBarTitleText": "画布demo"
  186. }
  187. },
  188. // {
  189. // "path": "pages/donate/donate",
  190. // "style": {
  191. // // #ifndef MP
  192. // "app-plus": {
  193. // "titleNView": false
  194. // },
  195. // // #endif
  196. // "navigationBarBackgroundColor": "#457DBF",
  197. // "navigationBarTextStyle": "white",
  198. // "navigationBarTitleText": "我要捐款"
  199. // }
  200. // },
  201. {
  202. "path": "pages/form/applicationForm",
  203. "style": {
  204. // #ifndef MP
  205. "app-plus": {
  206. "titleNView": false
  207. },
  208. // #endif
  209. "navigationBarBackgroundColor": "#457DBF",
  210. "navigationBarTextStyle": "white",
  211. "navigationBarTitleText": "人体器官、造血干细胞捐献"
  212. }
  213. },
  214. // {
  215. // "path": "pages/category/category",
  216. // "style": {
  217. // // #ifndef MP
  218. // "app-plus": {
  219. // "titleNView": false
  220. // },
  221. // // #endif
  222. // "navigationBarTitleText": "救护员登记"
  223. // }
  224. // },
  225. //
  226. {
  227. "path": "pages/applic/chooseAddress",
  228. "style": {
  229. // #ifndef MP
  230. "app-plus": {
  231. "titleNView": false
  232. },
  233. // #endif
  234. "navigationBarTitleText": "常用地址"
  235. }
  236. },
  237. // {
  238. // "path": "pages/loverecord/loverecord",
  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/joinSuc/joinSuc",
  252. // "style": {
  253. // // #ifndef MP
  254. // "app-plus": {
  255. // "titleNView": false
  256. // },
  257. // // #endif
  258. // "navigationBarBackgroundColor": "#457DBF",
  259. // "navigationBarTextStyle": "white",
  260. // "navigationBarTitleText": "报名成功"
  261. // }
  262. // },
  263. {
  264. "path": "pages/joinSuc/joinNow",
  265. "style": {
  266. // #ifndef MP
  267. "app-plus": {
  268. "titleNView": false
  269. },
  270. // #endif
  271. "navigationBarBackgroundColor": "#457DBF",
  272. "navigationBarTextStyle": "white",
  273. "navigationBarTitleText": "报名成功"
  274. }
  275. },
  276. {
  277. "path": "pages/user/user",
  278. "style": {
  279. // #ifndef MP
  280. "app-plus": {
  281. "titleNView": false
  282. },
  283. // #endif
  284. "navigationBarTitleText": "我的"
  285. }
  286. },
  287. // appliSystem tohelpActi toOrgan
  288. {
  289. "path": "pages/applic/tohelpActi",
  290. "style": {
  291. // #ifndef MP
  292. "app-plus": {
  293. "titleNView": false
  294. },
  295. // #endif
  296. "navigationBarBackgroundColor": "#457DBF",
  297. "navigationBarTextStyle": "white",
  298. "navigationBarTitleText": "人道救助"
  299. }
  300. },
  301. {
  302. "path": "pages/applic/toOrgan",
  303. "style": {
  304. // #ifndef MP
  305. "app-plus": {
  306. "titleNView": false
  307. },
  308. // #endif
  309. "navigationBarBackgroundColor": "#457DBF",
  310. "navigationBarTextStyle": "white",
  311. "navigationBarTitleText": "器官捐献"
  312. }
  313. },
  314. // {
  315. // "path": "pages/applic/appliSystem",
  316. // "style": {
  317. // // #ifndef MP
  318. // "app-plus": {
  319. // "titleNView": false
  320. // },
  321. // // #endif
  322. // "navigationBarBackgroundColor": "#457DBF",
  323. // "navigationBarTextStyle": "white",
  324. // "navigationBarTitleText": "造血干细胞捐献"
  325. // }
  326. // },
  327. // {
  328. // "path": "pages/applic/toknowledge",
  329. // "style": {
  330. // // #ifndef MP
  331. // "app-plus": {
  332. // "titleNView": false
  333. // },
  334. // // #endif
  335. // "navigationBarBackgroundColor": "#457DBF",
  336. // "navigationBarTextStyle": "white",
  337. // "navigationBarTitleText": "造血干细胞-相关知识"
  338. // }
  339. // },
  340. {
  341. "path": "pages/applic/contribution",
  342. "style": {
  343. // #ifndef MP
  344. "app-plus": {
  345. "titleNView": false
  346. },
  347. // #endif
  348. "navigationBarBackgroundColor": "#457DBF",
  349. "navigationBarTextStyle": "white",
  350. "navigationBarTitleText": "爱心捐款"
  351. }
  352. },
  353. {
  354. "path": "pages/applic/aed",
  355. "style": {
  356. // #ifndef MP
  357. "app-plus": {
  358. "titleNView": false
  359. },
  360. // #endif
  361. "navigationBarBackgroundColor": "#457DBF",
  362. "navigationBarTextStyle": "white",
  363. "navigationBarTitleText": "AED列表"
  364. }
  365. },
  366. {
  367. "path": "pages/applic/science",
  368. "style": {
  369. // #ifndef MP
  370. "app-plus": {
  371. "titleNView": false
  372. },
  373. // #endif
  374. "navigationBarBackgroundColor": "#457DBF",
  375. "navigationBarTextStyle": "white",
  376. "navigationBarTitleText": "红会科普"
  377. }
  378. },
  379. // {
  380. // "path": "pages/category/category",
  381. // "style": {
  382. // // #ifndef MP
  383. // "app-plus": {
  384. // "titleNView": false
  385. // },
  386. // // #endif
  387. // "navigationBarTitleText": "救护员登记"
  388. // }
  389. // },
  390. // {
  391. // "path": "pages/joinSuc/joinSuc",
  392. // "style": {
  393. // "navigationBarTitleText": "报名成功"
  394. // }
  395. // },
  396. {
  397. "path": "pages/joinSuc/joinNow",
  398. "style": {
  399. "navigationBarTitleText": "报名成功"
  400. }
  401. },
  402. {
  403. "path": "pages/user/user",
  404. "style": {
  405. // #ifndef MP
  406. "app-plus": {
  407. "titleNView": false
  408. },
  409. // #endif
  410. "navigationBarTitleText": "我的"
  411. }
  412. },
  413. {
  414. "path": "pages/category/search",
  415. "style": {
  416. // #ifndef MP
  417. "app-plus": {
  418. "titleNView": false
  419. },
  420. // #endif
  421. "navigationBarTitleText": "搜索"
  422. }
  423. },
  424. {
  425. "path": "pages/applic/science",
  426. "style": {
  427. // #ifndef MP
  428. "app-plus": {
  429. "titleNView": false
  430. },
  431. // #endif
  432. "navigationBarBackgroundColor": "#457DBF",
  433. "navigationBarTextStyle": "white",
  434. "navigationBarTitleText": "红会科普"
  435. }
  436. },
  437. {
  438. "path": "pages/applic/rescuerecords",
  439. "style": {
  440. // #ifndef MP
  441. "app-plus": {
  442. "titleNView": false
  443. },
  444. // #endif
  445. "navigationBarBackgroundColor": "#457DBF",
  446. "navigationBarTextStyle": "white",
  447. "navigationBarTitleText": "救援记录"
  448. }
  449. },
  450. // commonaddress
  451. {
  452. "path": "pages/applic/commonaddress",
  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/helprecords",
  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/info",
  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/login/login",
  492. "style": {
  493. "app-plus": {
  494. "titleNView": false
  495. }
  496. }
  497. },
  498. {
  499. "path": "pages/redirect/redirect",
  500. "style": {
  501. "navigationBarTitleText": "微信登录跳转页面",
  502. "app-plus": {
  503. "titleNView": false
  504. }
  505. }
  506. },
  507. {
  508. "path": "pages/login/register",
  509. "style": {
  510. "navigationBarTitleText": "注册",
  511. "app-plus": {
  512. "titleNView": {
  513. "type": "transparent"
  514. }
  515. }
  516. }
  517. },
  518. {
  519. "path": "pages/train/index",
  520. // "style": {
  521. // "navigationBarTitleText": "救护培训报名",
  522. // "navigationBarBackgroundColor":"#E62129",
  523. // "navigationBarTextStyle":"white"
  524. // }
  525. "style": {
  526. "navigationBarTitleText": "普及培训",
  527. "app-plus": {
  528. "titleNView": {
  529. "type": "transparent"
  530. }
  531. }
  532. }
  533. },
  534. {
  535. "path": "pages/public/wxLogin",
  536. "style": {
  537. "navigationBarTitleText": "微信登录",
  538. "app-plus": {
  539. "titleNView": {
  540. "type": "transparent"
  541. }
  542. }
  543. }
  544. },
  545. {
  546. "path": "pages/share/card",
  547. "style": {
  548. "navigationBarTitleText": "电子名片",
  549. "app-plus": {
  550. "titleNView":false
  551. }
  552. }
  553. }
  554. ],
  555. "globalStyle": {
  556. "navigationBarTextStyle": "black",
  557. "navigationBarTitleText": "uni-app",
  558. "navigationBarBackgroundColor": "#FFFFFF",
  559. "backgroundColor": "#F8F8F8"
  560. },
  561. "tabBar": {
  562. "color": "#3D3D3D",
  563. "selectedColor": "#F3392C",
  564. "borderStyle": "black",
  565. //"iconWidth": "42px",
  566. //"fontSize": "42px",
  567. "backgroundColor": "#ffffff",
  568. "list": [{
  569. "pagePath": "pages/index/index",
  570. "iconPath": "static/tabBar/tab-indexBefore.png",
  571. "selectedIconPath": "static/tabBar/tab-index.png",
  572. "text": "首页"
  573. },
  574. {
  575. "pagePath": "pages/category/category",
  576. "iconPath": "static/tabBar/tab-jiuhuyuanBefore.png",
  577. "selectedIconPath": "static/tabBar/tab-jiuhuyuan.png",
  578. "text": "救护员登记"
  579. },
  580. {
  581. "pagePath": "pages/cart/cart",
  582. "iconPath": "static/tabBar/tab-registerBefore.png",
  583. "selectedIconPath": "static/tabBar/tab-register.png",
  584. "text": "个人会员登记"
  585. },
  586. {
  587. "pagePath": "pages/user/user",
  588. "iconPath": "static/tabBar/tab-userBefore.png",
  589. "selectedIconPath": "static/tabBar/tab-user.png",
  590. "text": "我的"
  591. }
  592. ]
  593. }
  594. }