pages.json 6.4 KB

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