diff --git a/.env.development b/.env.development index 8331a0c..ea2d4b8 100644 --- a/.env.development +++ b/.env.development @@ -4,6 +4,6 @@ ENV = 'development' # base api VUE_APP_BASE_API = '/dashboard' -VUE_APP_BASE_API2 = 'http://192.168.0.109:9027' +VUE_APP_BASE_API2 = 'http://39.101.188.84:9027' BASE_API = 'http://10.10.3.35:9070' diff --git a/src/api/wlSafe/index.js b/src/api/wlSafe/index.js index 0632e5b..1303e3a 100644 --- a/src/api/wlSafe/index.js +++ b/src/api/wlSafe/index.js @@ -59,3 +59,11 @@ export function departmentList(data) { params: data, }); } +// 查询安全隐患统计列表 +export function listCounty(query) { + return request({ + url: "/zongzhi/county/list", + method: "get", + params: query, + }); +} diff --git a/src/views/privateOrder/Screen.vue b/src/views/privateOrder/Screen.vue index ffca71c..51cfd46 100644 --- a/src/views/privateOrder/Screen.vue +++ b/src/views/privateOrder/Screen.vue @@ -1,76 +1,76 @@