pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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/applic/aed",
  12. "style": {
  13. // #ifndef MP
  14. "app-plus": {
  15. "titleNView": false
  16. },
  17. // #endif
  18. "navigationBarTitleText": "AED地图"
  19. }
  20. },
  21. {
  22. "path": "pages/index/index",
  23. "style": {
  24. // #ifndef MP
  25. "app-plus": {
  26. "titleNView": false
  27. },
  28. // #endif
  29. "navigationBarTitleText": "孝感红十字会"
  30. }
  31. },
  32. {
  33. "path": "pages/user/user",
  34. "style": {
  35. // #ifndef MP
  36. "app-plus": {
  37. "titleNView": false
  38. },
  39. // #endif
  40. "navigationBarTitleText": "我的"
  41. }
  42. },
  43. // {
  44. // "path": "pages/user/jkjl",
  45. // "style": {
  46. // // #ifndef MP
  47. // "app-plus": {
  48. // "titleNView": false
  49. // },
  50. // // #endif
  51. // "navigationBarTitleText": "捐款记录"
  52. // }
  53. // },
  54. // // {
  55. // // "path": "pages/user/jkjl",
  56. // // "style": {
  57. // // // #ifndef MP
  58. // // "app-plus": {
  59. // // "titleNView": false
  60. // // },
  61. // // // #endif
  62. // // "navigationBarTitleText": "捐款记录"
  63. // // }
  64. // // },
  65. // {
  66. // "path": "pages/user/userSet",
  67. // "style": {
  68. // // #ifndef MP
  69. // "app-plus": {
  70. // "titleNView": false
  71. // },
  72. // // #endif
  73. // "navigationBarTitleText": "用户设置"
  74. // }
  75. // },
  76. // {
  77. // "path": "pages/category/search",
  78. // "style": {
  79. // // #ifndef MP
  80. // "app-plus": {
  81. // "titleNView": false
  82. // },
  83. // // #endif
  84. // "navigationBarTitleText": "搜索"
  85. // }
  86. // },
  87. // // {
  88. // // "path": "pages/applic/applic",
  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/applic/contribution",
  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. // // {
  114. // // "path": "pages/applic/register",
  115. // // "style": {
  116. // // // #ifndef MP
  117. // // "app-plus": {
  118. // // "titleNView": false
  119. // // },
  120. // // // #endif
  121. // // "navigationBarBackgroundColor": "#457DBF",
  122. // // "navigationBarTextStyle": "white",
  123. // // "navigationBarTitleText": "身份注册"
  124. // // }
  125. // // },
  126. // // {
  127. // // "path": "pages/applic/science",
  128. // // "style": {
  129. // // // #ifndef MP
  130. // // "app-plus": {
  131. // // "titleNView": false
  132. // // },
  133. // // // #endif
  134. // // "navigationBarBackgroundColor": "#457DBF",
  135. // // "navigationBarTextStyle": "white",
  136. // // "navigationBarTitleText": "红会科普"
  137. // // }
  138. // // },
  139. // {
  140. // "path": "pages/applic/rescuerecords",
  141. // "style": {
  142. // // #ifndef MP
  143. // "app-plus": {
  144. // "titleNView": false
  145. // },
  146. // // #endif
  147. // "navigationBarBackgroundColor": "#457DBF",
  148. // "navigationBarTextStyle": "white",
  149. // "navigationBarTitleText": "救援记录"
  150. // }
  151. // },
  152. // // commonaddress
  153. // {
  154. // "path": "pages/applic/commonaddress",
  155. // "style": {
  156. // // #ifndef MP
  157. // "app-plus": {
  158. // "titleNView": false
  159. // },
  160. // // #endif
  161. // "navigationBarBackgroundColor": "#457DBF",
  162. // "navigationBarTextStyle": "white",
  163. // "navigationBarTitleText": "常用地址"
  164. // }
  165. // },
  166. // {
  167. // "path": "pages/applic/helprecords",
  168. // "style": {
  169. // // #ifndef MP
  170. // "app-plus": {
  171. // "titleNView": false
  172. // },
  173. // // #endif
  174. // "navigationBarBackgroundColor": "#457DBF",
  175. // "navigationBarTextStyle": "white",
  176. // "navigationBarTitleText": "求救记录"
  177. // }
  178. // },
  179. // {
  180. // "path": "pages/applic/info",
  181. // "style": {
  182. // // #ifndef MP
  183. // "app-plus": {
  184. // "titleNView": false
  185. // },
  186. // // #endif
  187. // "navigationBarBackgroundColor": "#457DBF",
  188. // "navigationBarTextStyle": "white",
  189. // "navigationBarTitleText": "详情"
  190. // }
  191. // },
  192. // {
  193. // "path": "pages/login/login",
  194. // "style": {
  195. // "app-plus": {
  196. // "titleNView": false
  197. // }
  198. // }
  199. // },
  200. // {
  201. // "path": "pages/redirect/redirect",
  202. // "style": {
  203. // "navigationBarTitleText": "微信登录跳转页面",
  204. // "app-plus": {
  205. // "titleNView": false
  206. // }
  207. // }
  208. // },
  209. // {
  210. // "path": "pages/login/register",
  211. // "style": {
  212. // "navigationBarTitleText": "注册",
  213. // "app-plus": {
  214. // "titleNView": {
  215. // "type": "transparent"
  216. // }
  217. // }
  218. // }
  219. // },
  220. // {
  221. // "path": "pages/train/index",
  222. // "style": {
  223. // "navigationBarTitleText": "培训报名",
  224. // "app-plus": {
  225. // "titleNView": {
  226. // "type": "transparent"
  227. // }
  228. // }
  229. // }
  230. // },
  231. // {
  232. // "path": "pages/train/sign",
  233. // "style": {
  234. // "navigationBarTitleText": "报名",
  235. // "app-plus": {
  236. // "titleNView": {
  237. // "type": "transparent"
  238. // }
  239. // }
  240. // }
  241. // },
  242. {
  243. "path": "pages/public/wxLogin",
  244. "style": {
  245. "navigationBarTitleText": "微信登录",
  246. "app-plus": {
  247. "titleNView": {
  248. "type": "transparent"
  249. }
  250. }
  251. }
  252. }
  253. // {
  254. // "path": "pages/applic/love",
  255. // "style": {
  256. // // #ifndef MP
  257. // "app-plus": {
  258. // "titleNView": false
  259. // },
  260. // // #endif
  261. // "navigationBarTitleText": "爱心捐款"
  262. // }
  263. // },
  264. // {
  265. // "path": "pages/applic/item",
  266. // "style": {
  267. // // #ifndef MP
  268. // "app-plus": {
  269. // "titleNView": false
  270. // },
  271. // // #endif
  272. // "navigationBarTitleText": "博爱项目"
  273. // }
  274. // },
  275. // {
  276. // "path": "pages/applic/other",
  277. // "style": {
  278. // // #ifndef MP
  279. // "app-plus": {
  280. // "titleNView": false
  281. // },
  282. // // #endif
  283. // "navigationBarTitleText": "爱心捐款"
  284. // }
  285. // },
  286. // {
  287. // "path": "pages/donate/donate",
  288. // "style": {
  289. // // #ifndef MP
  290. // "app-plus": {
  291. // "titleNView": false
  292. // },
  293. // // #endif
  294. // "navigationBarTitleText": "项目捐赠"
  295. // }
  296. // },
  297. // {
  298. // "path": "pages/donate/donateDetail",
  299. // "style": {
  300. // // #ifndef MP
  301. // "app-plus": {
  302. // "titleNView": false
  303. // },
  304. // // #endif
  305. // "navigationBarTitleText": "捐赠详情"
  306. // }
  307. // },
  308. // {
  309. // "path": "pages/donate/progress",
  310. // "style": {
  311. // // #ifndef MP
  312. // "app-plus": {
  313. // "titleNView": false
  314. // },
  315. // // #endif
  316. // "navigationBarTitleText": "详情进展"
  317. // }
  318. // },
  319. // {
  320. // "path": "pages/donate/idonate",
  321. // "style": {
  322. // // #ifndef MP
  323. // "app-plus": {
  324. // "titleNView": false
  325. // },
  326. // // #endif
  327. // "navigationBarTitleText": "我要捐赠"
  328. // }
  329. // },
  330. // {
  331. // "path": "pages/user/myaid",
  332. // "style": {
  333. // // #ifndef MP
  334. // "app-plus": {
  335. // "titleNView": false
  336. // },
  337. // // #endif
  338. // "navigationBarTitleText": "我的捐赠"
  339. // }
  340. // },
  341. // {
  342. // "path": "pages/user/intent",
  343. // "style": {
  344. // // #ifndef MP
  345. // "app-plus": {
  346. // "titleNView": false
  347. // },
  348. // // #endif
  349. // "navigationBarTitleText": "捐赠意向书"
  350. // }
  351. // },
  352. // {
  353. // "path": "pages/user/thank",
  354. // "style": {
  355. // // #ifndef MP
  356. // "app-plus": {
  357. // "titleNView": false
  358. // },
  359. // // #endif
  360. // "navigationBarTitleText": "捐赠证书"
  361. // }
  362. // },
  363. // {
  364. // "path": "pages/donate/progresst",
  365. // "style": {
  366. // // #ifndef MP
  367. // "app-plus": {
  368. // "titleNView": false
  369. // },
  370. // // #endif
  371. // "navigationBarTitleText": "详情进展"
  372. // }
  373. // },
  374. // {
  375. // "path": "pages/share/card",
  376. // "style": {
  377. // "navigationBarTitleText": "电子名片",
  378. // "navigationStyle": "custom"
  379. // }
  380. // },
  381. // {
  382. // "path": "pages/applyHelp/cation",
  383. // "style": {
  384. // "navigationBarTitleText": "申请帮扶",
  385. // "navigationStyle": "custom"
  386. // }
  387. // },
  388. // {
  389. // "path": "pages/applyHelp/index",
  390. // "style": {
  391. // "navigationBarTitleText": "申请帮扶",
  392. // "navigationStyle": "custom"
  393. // }
  394. // },
  395. // {
  396. // "path": "pages/fu/getPoints",
  397. // "style": {
  398. // "navigationBarTitleText": "如何获取积分",
  399. // "navigationBarBackgroundColor": "#FF727E",
  400. // "navigationBarTextStyle": "white"
  401. // }
  402. // },
  403. // {
  404. // "path": "pages/fu/helpInfo",
  405. // "style": {
  406. // "navigationBarTitleText": "帮扶公示",
  407. // "navigationBarBackgroundColor": "#FF727E",
  408. // "navigationBarTextStyle": "white"
  409. // }
  410. // },
  411. // {
  412. // "path": "pages/fu/helpDetail", // 公示
  413. // "style": {
  414. // "navigationBarTitleText": "帮扶详情",
  415. // "navigationBarBackgroundColor": "#FF727E",
  416. // "navigationBarTextStyle": "white"
  417. // }
  418. // },
  419. // {
  420. // "path": "pages/fu/fuInfo",
  421. // "style": {
  422. // "navigationBarTitleText": "帮扶详情",
  423. // "navigationBarBackgroundColor": "#FF727E",
  424. // "navigationBarTextStyle":"white"
  425. // }
  426. // },
  427. // {
  428. // "path": "pages/fu/axjz",
  429. // "style": {
  430. // "navigationBarTitleText": "爱心帮扶",
  431. // "navigationBarBackgroundColor": "#FF727E",
  432. // "navigationBarTextStyle":"white"
  433. // // "app-plus": {
  434. // // "titleNView": {
  435. // // "buttons": [ {
  436. // // "color": "#FFFFFF",
  437. // // "fontSize": "16px",
  438. // // "colorPressed": "#fc5c82",
  439. // // "float": "right",
  440. // // "text": "筛选 "
  441. // // }]
  442. // // }
  443. // // }
  444. // }
  445. // },
  446. // {
  447. // "path": "pages/fu/upLoadInfo",
  448. // "style": {
  449. // "navigationBarTitleText": "上传资料"
  450. // }
  451. // },
  452. // {
  453. // "path": "pages/user/myFu",
  454. // "style": {
  455. // "navigationBarTitleText": "我的帮扶",
  456. // "navigationBarBackgroundColor": "#FF727E",
  457. // "navigationBarTextStyle":"white"
  458. // }
  459. // }
  460. ],
  461. "globalStyle": {
  462. "navigationBarTextStyle": "black",
  463. "navigationBarTitleText": "孝感市红十字会",
  464. "navigationBarBackgroundColor": "#FFFFFF",
  465. "backgroundColor": "#F8F8F8"
  466. },
  467. "tabBar": {
  468. "color": "#CACACA",
  469. "selectedColor": "#FA7E67",
  470. "borderStyle": "black",
  471. // "iconWidth": "42rpx",
  472. "backgroundColor": "#ffffff",
  473. "list": [{
  474. "pagePath": "pages/index/index",
  475. "iconPath": "./static/tabBar/home.png",
  476. "selectedIconPath": "static/tabBar/home-action.png",
  477. "text": "首页"
  478. // "visible": false
  479. },
  480. {
  481. "pagePath": "pages/user/user",
  482. "iconPath": "static/tabBar/user.png",
  483. "selectedIconPath": "static/tabBar/user-action.png",
  484. "text": "我的"
  485. // "visible": false
  486. }
  487. ]
  488. }
  489. }