From 4eaac3e4b6f257ccf7372232ef5322deb47c3fbd Mon Sep 17 00:00:00 2001 From: hzz Date: Wed, 27 Sep 2023 18:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E6=A3=80=E5=A4=A7=E5=B1=8Fupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http/guojian/index.ts | 7 +- src/views/Hazardous/components/Card.vue | 16 +- src/views/Hazardous/components/HDialog.vue | 215 ++++++++++++++++++ .../Hazardous/components/scrollBoard.vue | 28 --- src/views/Hazardous/index.vue | 83 ++++++- 5 files changed, 309 insertions(+), 40 deletions(-) create mode 100644 src/views/Hazardous/components/HDialog.vue diff --git a/src/http/guojian/index.ts b/src/http/guojian/index.ts index f3e611c..8b358c3 100644 --- a/src/http/guojian/index.ts +++ b/src/http/guojian/index.ts @@ -3,4 +3,9 @@ import {get,post} from "@/utils/http" //国检24小时趋势 export function getGuoJian24Trend(){ return get('/guoJian/getGuoJian24Trend') -} \ No newline at end of file +} + +export function getAirWind(data:any){ + return get('/guoJian/getAirWind',data) +} + diff --git a/src/views/Hazardous/components/Card.vue b/src/views/Hazardous/components/Card.vue index d040a78..590b65d 100644 --- a/src/views/Hazardous/components/Card.vue +++ b/src/views/Hazardous/components/Card.vue @@ -1,9 +1,9 @@