From d94ae233bbd0334f6d6cd0977bcb09ff875e7413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Wed, 20 Sep 2023 16:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=9A=90=E6=82=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/api/wlSafe/index.js | 8 ++ src/views/privateOrder/Screen.vue | 134 +++++++++--------- .../security/components/componentRight.vue | 83 +++++------ vue.config.js | 2 +- 5 files changed, 119 insertions(+), 110 deletions(-) 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 @@