pages.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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": false,
  128. "navigationBarBackgroundColor": "#ffffff"
  129. }
  130. },
  131. {
  132. "path": "pages/my/addcont",
  133. "style": {
  134. "navigationBarTitleText": "新增内容",
  135. "enablePullDownRefresh": false,
  136. "navigationBarBackgroundColor": "#ffffff"
  137. }
  138. },
  139. {
  140. "path": "pages/my/version",
  141. "style": {
  142. "navigationBarTitleText": "更新记录",
  143. "enablePullDownRefresh": false,
  144. "navigationBarBackgroundColor": "#ffffff",
  145. "titleNView": {
  146. "buttons": [{
  147. "text": "更新",
  148. "fontSize": "14px",
  149. "color": "#409eff"
  150. }]
  151. }
  152. }
  153. },
  154. {
  155. "path": "pages/my/mymonit",
  156. "style": {
  157. "navigationBarTitleText": "监督记录",
  158. "enablePullDownRefresh": true,
  159. "navigationBarBackgroundColor": "#ffffff"
  160. }
  161. },
  162. {
  163. "path": "pages/my/mtmonitdetails",
  164. "style": {
  165. "navigationBarTitleText": "监督记录详情",
  166. "enablePullDownRefresh": false,
  167. "navigationBarBackgroundColor": "#ffffff"
  168. }
  169. },
  170. {
  171. "path": "pages/my/monitorlogdata",
  172. "style": {
  173. "navigationBarTitleText": "记录详情",
  174. "enablePullDownRefresh": false,
  175. "navigationBarBackgroundColor": "#ffffff"
  176. }
  177. },
  178. {
  179. "path": "pages/index/harmfultask",
  180. "style": {
  181. "navigationBarTitleText": "生物监测任务",
  182. "enablePullDownRefresh": false,
  183. "navigationBarBackgroundColor": "#ffffff",
  184. "titleNView": {
  185. "buttons": [{
  186. "text": " ",
  187. "fontSize": "14px",
  188. "color": "#409eff"
  189. }]
  190. }
  191. }
  192. },
  193. {
  194. "path": "pages/supervise/supetask",
  195. "style": {
  196. "navigationBarTitleText": "生物监测任务监督",
  197. "enablePullDownRefresh": false,
  198. "navigationBarBackgroundColor": "#ffffff",
  199. "titleNView": {
  200. "buttons": [{
  201. "text": " ",
  202. "fontSize": "14px",
  203. "color": "#409eff"
  204. }]
  205. }
  206. }
  207. },
  208. {
  209. "path": "pages/supervise/submitsupe",
  210. "style": {
  211. "navigationBarTitleText": "监督",
  212. "enablePullDownRefresh": false,
  213. "navigationBarBackgroundColor": "#ffffff"
  214. }
  215. },
  216. {
  217. "path": "pages/insectpest/insectpest",
  218. "style": {
  219. "navigationBarTitleText": "登记信息",
  220. "enablePullDownRefresh": false,
  221. "navigationBarBackgroundColor": "#ffffff"
  222. }
  223. },
  224. {
  225. "path": "pages/insectpest/baselist",
  226. "style": {
  227. "navigationBarTitleText": "设备列表",
  228. "enablePullDownRefresh": false,
  229. "navigationBarBackgroundColor": "#ffffff"
  230. }
  231. }
  232. ],
  233. "globalStyle": {
  234. "navigationBarTextStyle": "black",
  235. "navigationBarTitleText": "",
  236. "navigationBarBackgroundColor": "#ffffff",
  237. "backgroundColor": "#ffffff"
  238. },
  239. "tabBar": {
  240. "color": "#cdcdcd",
  241. "selectedColor": "#409eff",
  242. "borderStyle": "#e3e3e3",
  243. "backgroundColor": "#fff",
  244. "list": [{
  245. "pagePath": "pages/index/index",
  246. "iconPath": "static/image/indeximg/renwuon.png",
  247. "selectedIconPath": "static/image/indeximg/renwu.png",
  248. "text": "任务"
  249. },
  250. {
  251. "pagePath": "pages/supervise/index",
  252. "iconPath": "static/image/indeximg/yingjianon.png",
  253. "selectedIconPath": "static/image/indeximg/yingjian.png",
  254. "text": "监督"
  255. },
  256. {
  257. "pagePath": "pages/response/index",
  258. "iconPath": "static/image/indeximg/huidaon.png",
  259. "selectedIconPath": "static/image/indeximg/huida.png",
  260. "text": "应答"
  261. },
  262. {
  263. "pagePath": "pages/my/index",
  264. "iconPath": "static/image/indeximg/meon.png",
  265. "selectedIconPath": "static/image/indeximg/me.png",
  266. "text": "我的"
  267. }
  268. ]
  269. }
  270. }