pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/my/index",
  11. "style": {
  12. "navigationBarTitleText": "个人中心"
  13. }
  14. },
  15. {
  16. "path": "pages/login/index",
  17. "style": {
  18. "navigationBarTitleText": "登录",
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "pages/service/index",
  24. "style": {
  25. "navigationBarTitleText": "服务"
  26. }
  27. },
  28. {
  29. "path": "pages/policy/index",
  30. "style": {
  31. "navigationBarTitleText": "政策",
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/illness/index",
  37. "style": {
  38. "navigationBarTitleText": "核酸检测报备"
  39. }
  40. },
  41. {
  42. "path": "pages/illness/come",
  43. "style": {
  44. "navigationBarTitleText": "返(来)长报备"
  45. }
  46. },
  47. {
  48. "path": "pages/illness/testingRoom",
  49. "style": {
  50. "navigationBarTitleText": "检测点查询"
  51. }
  52. },
  53. {
  54. "path": "pages/details/index",
  55. "style": {
  56. "navigationBarTitleText": "文章详情"
  57. }
  58. },
  59. {
  60. "path": "pages/details/cmsinfo",
  61. "style": {
  62. "navigationBarTitleText": "详情"
  63. }
  64. },
  65. {
  66. "path": "pages/notice/index",
  67. "style": {
  68. "navigationBarTitleText": "通知公告"
  69. }
  70. },
  71. {
  72. "path": "pages/user/index",
  73. "style": {
  74. "navigationBarTitleText": "个人资料"
  75. }
  76. },
  77. {
  78. "path": "pages/user/familyInfo",
  79. "style": {
  80. "navigationBarTitleText": "家人资料"
  81. }
  82. }
  83. ],
  84. "globalStyle": {
  85. "navigationBarTextStyle": "#fff",
  86. "navigationBarTitleText": "uni-app",
  87. "navigationBarBackgroundColor": "#fd6b18",
  88. "backgroundColor": "#fff",
  89. "app-plus": {
  90. "background": "#efeff4"
  91. }
  92. },
  93. "tabBar":{
  94. "color": "#7A7E83",
  95. "selectedColor": "#3cc51f",
  96. "borderStyle": "black",
  97. "backgroundColor": "#ffffff",
  98. "list": [{
  99. "pagePath": "pages/index/index",
  100. "iconPath": "static/home1.png",
  101. "selectedIconPath": "static/home2.png",
  102. "text": "首页"
  103. },
  104. {
  105. "pagePath": "pages/service/index",
  106. "iconPath": "static/service1.png",
  107. "selectedIconPath": "static/service2.png",
  108. "text": "服务"
  109. },
  110. {
  111. "pagePath": "pages/policy/index",
  112. "iconPath": "static/policy1.png",
  113. "selectedIconPath": "static/policy2.png",
  114. "text": "政策"
  115. },
  116. {
  117. "pagePath": "pages/my/index",
  118. "iconPath": "static/user1.png",
  119. "selectedIconPath": "static/user2.png",
  120. "text": "我的"
  121. }]
  122. }
  123. }