pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },{
  9. "path": "pages/home/index",
  10. "style": {
  11. "navigationBarTitleText": "首页"
  12. }
  13. },{
  14. "path": "pages/mine/index",
  15. "style": {
  16. "navigationBarTitleText": "我的"
  17. }
  18. },{
  19. "path": "pages/chat/index",
  20. "style": {
  21. "navigationBarTitleText": "问诊"
  22. }
  23. },{
  24. "path": "pages/web-view/index",
  25. "style": {
  26. "navigationBarTitleText": "网页浏览"
  27. }
  28. },{
  29. "path": "pages/category/symptom",
  30. "style": {
  31. "navigationBarTitleText": "症状自查"
  32. }
  33. },{
  34. "path": "pages/category/disease",
  35. "style": {
  36. "navigationBarTitleText": "疾病百科"
  37. }
  38. },{
  39. "path": "pages/category/medicine",
  40. "style": {
  41. "navigationBarTitleText": "药品查询"
  42. }
  43. }
  44. ],
  45. "tabBar": {
  46. "color": "#666",
  47. "selectedColor": "#4CAF50",
  48. "backgroundColor": "#ffffff",
  49. "borderStyle": "black",
  50. "list": [
  51. {
  52. "pagePath": "pages/home/index",
  53. "text": "首页",
  54. "iconPath": "static/icons/home.png",
  55. "selectedIconPath": "static/icons/home-active.png"
  56. },
  57. {
  58. "pagePath": "pages/mine/index",
  59. "text": "我的",
  60. "iconPath": "static/icons/mine.png",
  61. "selectedIconPath": "static/icons/mine-active.png"
  62. }
  63. ]
  64. },
  65. "globalStyle": {
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "uni-app",
  68. "navigationBarBackgroundColor": "#F8F8F8",
  69. "backgroundColor": "#F8F8F8"
  70. },
  71. "uniIdRouter": {}
  72. }