pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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/start/start",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/my/index",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/index/index",
  23. "style": {
  24. "navigationBarTitleText": "任务",
  25. "navigationBarBackgroundColor": "#ffffff",
  26. "enablePullDownRefresh": true,
  27. "app-plus": {
  28. "titleNView": {
  29. "splitLine": { //原生导航栏加下边框
  30. "color": "#e3e3e3",
  31. "height": "1px"
  32. }
  33. }
  34. },
  35. "titleNView": {
  36. "buttons": [{
  37. "text": "",
  38. "fontSize": "14px",
  39. "color": "#409eff"
  40. }]
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/login/login",
  46. "style": {
  47. "navigationBarTitleText": "",
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/response/index",
  53. "style": {
  54. "navigationBarTitleText": "应答中心",
  55. "navigationBarBackgroundColor": "#FFFFFF",
  56. "enablePullDownRefresh": true,
  57. "app-plus": {
  58. "titleNView": {
  59. "splitLine": { //原生导航栏加下边框
  60. "color": "#e3e3e3",
  61. "height": "1px"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/response/video",
  69. "style": {
  70. "navigationBarTitleText": "视频通话",
  71. "navigationBarBackgroundColor": "#ffffff",
  72. "enablePullDownRefresh": false,
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/response/details",
  78. "style": {
  79. "navigationBarTitleText": "应答中心详情",
  80. "navigationBarBackgroundColor": "#FFFFFF",
  81. "enablePullDownRefresh": false,
  82. "disableSwipeBack": true
  83. }
  84. },
  85. // {
  86. // "navigationBarBackgroundColor": "#f7f7f7",
  87. // "enablePullDownRefresh": false
  88. // }
  89. // },
  90. {
  91. "path": "pages/supervise/index",
  92. "style": {
  93. "navigationBarTitleText": "监督",
  94. "navigationBarBackgroundColor": "#FFFFFF",
  95. "enablePullDownRefresh": true,
  96. "app-plus": {
  97. "titleNView": {
  98. "splitLine": { //原生导航栏加下边框
  99. "color": "#e3e3e3",
  100. "height": "1px"
  101. }
  102. }
  103. }
  104. }
  105. },
  106. {
  107. "path": "pages/my/myinfo",
  108. "style": {
  109. "navigationBarTitleText": "个人中心",
  110. "enablePullDownRefresh": false,
  111. "disableSwipeBack": true,
  112. "navigationBarBackgroundColor": "#FFFFFF"
  113. }
  114. },
  115. {
  116. "path": "pages/my/password",
  117. "style": {
  118. "navigationBarTitleText": "修改密码",
  119. "enablePullDownRefresh": false,
  120. "navigationBarBackgroundColor": "#ffffff"
  121. }
  122. },
  123. {
  124. "path": "pages/my/monitorlog",
  125. "style": {
  126. "navigationBarTitleText": "监测日志",
  127. "enablePullDownRefresh": true,
  128. "navigationBarBackgroundColor": "#ffffff",
  129. "titleNView": {
  130. "buttons": [{
  131. "text": "",
  132. "fontSize": "14px",
  133. "color": "#409eff"
  134. }]
  135. }
  136. }
  137. },
  138. {
  139. "path": "pages/my/addcont",
  140. "style": {
  141. "navigationBarTitleText": "新增内容",
  142. "enablePullDownRefresh": false,
  143. "navigationBarBackgroundColor": "#ffffff"
  144. }
  145. },
  146. {
  147. "path": "pages/my/version",
  148. "style": {
  149. "navigationBarTitleText": "更新记录",
  150. "enablePullDownRefresh": false,
  151. "navigationBarBackgroundColor": "#ffffff",
  152. "titleNView": {
  153. "buttons": [{
  154. "text": "更新",
  155. "fontSize": "14px",
  156. "color": "#409eff"
  157. }]
  158. }
  159. }
  160. },
  161. {
  162. "path": "pages/my/mymonit",
  163. "style": {
  164. "navigationBarTitleText": "监督记录",
  165. "enablePullDownRefresh": true,
  166. "navigationBarBackgroundColor": "#ffffff"
  167. }
  168. },
  169. {
  170. "path": "pages/my/mtmonitdetails",
  171. "style": {
  172. "navigationBarTitleText": "",
  173. "enablePullDownRefresh": false,
  174. "navigationBarBackgroundColor": "#ffffff"
  175. }
  176. },
  177. {
  178. "path": "pages/my/monitorlogdata",
  179. "style": {
  180. "navigationBarTitleText": "记录详情",
  181. "enablePullDownRefresh": false,
  182. "navigationBarBackgroundColor": "#ffffff"
  183. }
  184. },
  185. {
  186. "path": "pages/index/harmfultask",
  187. "style": {
  188. "navigationBarTitleText": "",
  189. "enablePullDownRefresh": false,
  190. "navigationBarBackgroundColor": "#ffffff",
  191. "titleNView": {
  192. "buttons": [{
  193. "text": " ",
  194. "fontSize": "14px",
  195. "color": "#409eff"
  196. }]
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/supervise/supetask",
  202. "style": {
  203. "navigationBarTitleText": "",
  204. "enablePullDownRefresh": false,
  205. "navigationBarBackgroundColor": "#ffffff",
  206. "titleNView": {
  207. "buttons": [{
  208. "text": " ",
  209. "fontSize": "14px",
  210. "color": "#409eff"
  211. }]
  212. }
  213. }
  214. },
  215. {
  216. "path": "pages/supervise/submitsupe",
  217. "style": {
  218. "navigationBarTitleText": "监督",
  219. "enablePullDownRefresh": false,
  220. "navigationBarBackgroundColor": "#ffffff"
  221. }
  222. },
  223. {
  224. "path": "pages/insectpest/insectpest",
  225. "style": {
  226. "navigationBarTitleText": "登记信息",
  227. "enablePullDownRefresh": false,
  228. "navigationBarBackgroundColor": "#ffffff"
  229. }
  230. },
  231. {
  232. "path": "pages/insectpest/baselist",
  233. "style": {
  234. "navigationBarTitleText": "设备列表",
  235. "enablePullDownRefresh": false,
  236. "navigationBarBackgroundColor": "#ffffff"
  237. }
  238. }
  239. ],
  240. "globalStyle": {
  241. "navigationBarTextStyle": "black",
  242. "navigationBarTitleText": "",
  243. "navigationBarBackgroundColor": "#ffffff",
  244. "backgroundColor": "#ffffff"
  245. },
  246. "tabBar": {
  247. "color": "#cdcdcd",
  248. "selectedColor": "#409eff",
  249. "borderStyle": "#e3e3e3",
  250. "backgroundColor": "#fff",
  251. "list": [{
  252. "pagePath": "pages/index/index",
  253. "iconPath": "static/image/indeximg/renwuon.png",
  254. "selectedIconPath": "static/image/indeximg/renwu.png",
  255. "text": "任务"
  256. },
  257. {
  258. "pagePath": "pages/supervise/index",
  259. "iconPath": "static/image/indeximg/yingjianon.png",
  260. "selectedIconPath": "static/image/indeximg/yingjian.png",
  261. "text": "监督"
  262. },
  263. {
  264. "pagePath": "pages/response/index",
  265. "iconPath": "static/image/indeximg/huidaon.png",
  266. "selectedIconPath": "static/image/indeximg/huida.png",
  267. "text": "应答"
  268. },
  269. {
  270. "pagePath": "pages/my/index",
  271. "iconPath": "static/image/indeximg/meon.png",
  272. "selectedIconPath": "static/image/indeximg/me.png",
  273. "text": "我的"
  274. }
  275. ]
  276. }
  277. }