pages.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. // 009FE8
  10. "navigationBarTitleText": "首页",
  11. "navigationBarBackgroundColor": "#ffffff",
  12. "navigationBarTextStyle": "black"
  13. }
  14. },
  15. {
  16. "path": "pages/mine/mine",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "navigationBarTextStyle": "white"
  26. }
  27. }, {
  28. "path": "pages/home/statis",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "enablePullDownRefresh": false
  32. }
  33. },
  34. {
  35. "path": "pages/home/resident",
  36. "style": {
  37. "navigationBarTitleText": "常住人口统计",
  38. "enablePullDownRefresh": false,
  39. "navigationBarBackgroundColor": "#ffffff",
  40. "navigationBarTextStyle": "black",
  41. "h5": {
  42. "titleNView": false
  43. }
  44. }
  45. },
  46. {
  47. "path": "pages/resident/resident",
  48. "style": {
  49. "navigationBarTitleText": "统计列表",
  50. "enablePullDownRefresh": false,
  51. "navigationBarBackgroundColor": "#ffffff",
  52. "navigationBarTextStyle": "black",
  53. "h5": {
  54. "titleNView": false
  55. }
  56. }
  57. },
  58. {
  59. "path": "pages/resident/residentdetail",
  60. "style": {
  61. "navigationBarTitleText": "统计详情",
  62. "enablePullDownRefresh": false,
  63. "navigationBarBackgroundColor": "#ffffff",
  64. "navigationBarTextStyle": "black",
  65. "h5": {
  66. "titleNView": false
  67. }
  68. }
  69. }
  70. ],
  71. "subPackages": [{
  72. "root": "home",
  73. "pages": [{
  74. "path": "pages/recordthree/recordpeople",
  75. "style": {
  76. "navigationBarTitleText": "人口信息",
  77. "navigationBarBackgroundColor": "#ffffff",
  78. "navigationBarTextStyle": "black"
  79. // "navigationStyle": "custom"
  80. }
  81. },
  82. {
  83. "path": "pages/recordthree/familylist",
  84. "style": {
  85. "navigationBarTitleText": "家庭成员",
  86. "navigationBarBackgroundColor": "#ffffff",
  87. "navigationBarTextStyle": "black",
  88. "h5": {
  89. "titleNView": false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/recordthree/recordstate",
  95. "style": {
  96. "navigationBarTitleText": "状态变更",
  97. "navigationBarBackgroundColor": "#ffffff",
  98. "navigationBarTextStyle": "black",
  99. "h5": {
  100. "titleNView": false
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/recordthree/changerecord",
  106. "style": {
  107. "navigationBarTitleText": "变更记录",
  108. "navigationBarBackgroundColor": "#ffffff",
  109. "navigationBarTextStyle": "black",
  110. "h5": {
  111. "titleNView": false
  112. }
  113. }
  114. },
  115. {
  116. "path": "pages/recordthree/recordnuclein",
  117. "style": {
  118. "navigationBarTitleText": "人员核酸信息",
  119. "navigationBarBackgroundColor": "#ffffff",
  120. "navigationBarTextStyle": "black",
  121. "h5": {
  122. "titleNView": false
  123. }
  124. }
  125. },
  126. // {
  127. // "path": "pages/recordthree/recordthree",
  128. // "style": {
  129. // "navigationBarTitleText": "疫苗情况",
  130. // "navigationBarBackgroundColor": "#ffffff",
  131. // "navigationBarTextStyle": "black",
  132. // }
  133. // },
  134. {
  135. "path": "pages/recordthree/returnpeople",
  136. "style": {
  137. "navigationBarTitleText": "返乡人员信息",
  138. "navigationBarBackgroundColor": "#ffffff",
  139. "navigationBarTextStyle": "black",
  140. "h5": {
  141. "titleNView": false
  142. }
  143. }
  144. }
  145. ]
  146. },
  147. {
  148. "root": "add",
  149. "pages": [
  150. // {
  151. // "path": "pages/addvacfrom/addvacfrom",
  152. // "style": {
  153. // "navigationBarTitleText": "新增",
  154. // "navigationBarBackgroundColor": "#ffffff",
  155. // "navigationBarTextStyle": "black",
  156. // }
  157. // },
  158. {
  159. "path": "pages/addvacfrom/addpeople",
  160. "style": {
  161. "navigationBarTitleText": "",
  162. "navigationBarBackgroundColor": "#ffffff",
  163. "navigationBarTextStyle": "black"
  164. }
  165. },
  166. {
  167. "path": "pages/addvacfrom/scan",
  168. "style": {
  169. "navigationBarTitleText": "扫码登录",
  170. "navigationBarBackgroundColor": "#ffffff",
  171. "navigationBarTextStyle": "black"
  172. }
  173. },
  174. {
  175. "path": "pages/addvacfrom/wufa",
  176. "style": {
  177. "navigationBarTitleText": "确认登录",
  178. "navigationBarBackgroundColor": "#ffffff",
  179. "navigationBarTextStyle": "black"
  180. }
  181. },
  182. {
  183. "path": "pages/addvacfrom/returnpeople",
  184. "style": {
  185. "navigationBarTitleText": "",
  186. "navigationBarBackgroundColor": "#ffffff",
  187. "navigationBarTextStyle": "black"
  188. }
  189. },
  190. {
  191. "path": "pages/addvacfrom/submit",
  192. "style": {
  193. "navigationBarTitleText": "提交",
  194. "enablePullDownRefresh": false,
  195. "navigationBarBackgroundColor": "#ffffff",
  196. "navigationBarTextStyle": "black",
  197. "h5": {
  198. "titleNView": false
  199. }
  200. }
  201. }
  202. // {
  203. // "path": "pages/addvacfrom/nucleindetail",
  204. // "style": {
  205. // "navigationBarTitleText": "人员核酸详情",
  206. // "navigationBarBackgroundColor": "#ffffff",
  207. // "navigationBarTextStyle": "black",
  208. // "h5":{
  209. // "titleNView":false
  210. // }
  211. // }
  212. // },
  213. ]
  214. }
  215. ],
  216. "tabBar": {
  217. "color": "#AAAAAA",
  218. "selectedColor": "#343434",
  219. "borderStyle": "black",
  220. "backgroundColor": "#ffffff",
  221. "list": [{
  222. "pagePath": "pages/index/index"
  223. },
  224. {
  225. "pagePath": "pages/mine/mine"
  226. }
  227. ]
  228. },
  229. "preloadRule": {
  230. "pages/index/index": {
  231. "network": "all",
  232. "packages": ["home","add"]
  233. }
  234. },
  235. "globalStyle": {
  236. "navigationBarTextStyle": "black",
  237. "navigationBarTitleText": "uni-app",
  238. "navigationBarBackgroundColor": "#F8F8F8",
  239. "backgroundColor": "#F8F8F8"
  240. }
  241. }