pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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/service/index",
  17. "style": {
  18. "navigationBarTitleText": "服务"
  19. }
  20. },
  21. {
  22. "path": "pages/policy/index",
  23. "style": {
  24. "navigationBarTitleText": "政策",
  25. "enablePullDownRefresh": true
  26. }
  27. },
  28. {
  29. "path": "pages/illness/index",
  30. "style": {
  31. "navigationBarTitleText": "核酸检测报备"
  32. }
  33. },
  34. {
  35. "path": "pages/illness/come",
  36. "style": {
  37. "navigationBarTitleText": "返(来)长报备"
  38. }
  39. },
  40. {
  41. "path": "pages/illness/testingRoom",
  42. "style": {
  43. "navigationBarTitleText": "检测点查询"
  44. }
  45. },
  46. {
  47. "path": "pages/details/index",
  48. "style": {
  49. "navigationBarTitleText": "文章详情"
  50. }
  51. },
  52. {
  53. "path": "pages/details/cmsinfo",
  54. "style": {
  55. "navigationBarTitleText": "详情"
  56. }
  57. },
  58. {
  59. "path": "pages/notice/index",
  60. "style": {
  61. "navigationBarTitleText": "通知公告"
  62. }
  63. },
  64. {
  65. "path": "pages/user/index",
  66. "style": {
  67. "navigationBarTitleText": "个人资料"
  68. }
  69. },
  70. {
  71. "path": "pages/family/receive",
  72. "style": {
  73. "navigationBarTitleText": "家人代领"
  74. }
  75. },
  76. {
  77. "path": "pages/family/familyInfo",
  78. "style": {
  79. "navigationBarTitleText": "家人资料"
  80. }
  81. },
  82. {
  83. "path": "pages/register/index",
  84. "style": {
  85. "navigationBarTitleText": "用户注册",
  86. "enablePullDownRefresh": true
  87. }
  88. },
  89. {
  90. "path": "pages/resident/userInfoList",
  91. "style": {
  92. "navigationBarTitleText": "居民列表"
  93. }
  94. },
  95. {
  96. "path": "pages/resident/userAddr",
  97. "style": {
  98. "navigationBarTitleText": "居民信息"
  99. }
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "#fff",
  104. "navigationBarTitleText": "uni-app",
  105. "navigationBarBackgroundColor": "#fd6b18",
  106. "backgroundColor": "#fff",
  107. "app-plus": {
  108. "background": "#efeff4"
  109. }
  110. },
  111. "tabBar":{
  112. "color": "#7A7E83",
  113. "selectedColor": "#3cc51f",
  114. "borderStyle": "black",
  115. "backgroundColor": "#ffffff",
  116. "list": [{
  117. "pagePath": "pages/index/index",
  118. "iconPath": "static/home1.png",
  119. "selectedIconPath": "static/home2.png",
  120. "text": "首页"
  121. },
  122. {
  123. "pagePath": "pages/service/index",
  124. "iconPath": "static/service1.png",
  125. "selectedIconPath": "static/service2.png",
  126. "text": "服务"
  127. },
  128. {
  129. "pagePath": "pages/policy/index",
  130. "iconPath": "static/policy1.png",
  131. "selectedIconPath": "static/policy2.png",
  132. "text": "政策"
  133. },
  134. {
  135. "pagePath": "pages/my/index",
  136. "iconPath": "static/user1.png",
  137. "selectedIconPath": "static/user2.png",
  138. "text": "我的"
  139. }]
  140. }
  141. }