From c8e298536ac1548f81a6cca42fd329820642d0e2 Mon Sep 17 00:00:00 2001 From: hzz Date: Tue, 26 Dec 2023 17:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=A5=E4=BC=A6=E6=AF=94=E4=BA=9A=E5=B1=95?= =?UTF-8?q?=E4=BC=9A=E5=A4=A7=E5=B1=8Fupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http/Exhibition/Colombia/index.ts | 12 ++ src/views/Elevator/index.vue | 23 ++- .../Colombia/component/BarChart.vue | 14 +- src/views/Exhibition/Colombia/index.vue | 140 ++++++++++++------ 4 files changed, 126 insertions(+), 63 deletions(-) create mode 100644 src/http/Exhibition/Colombia/index.ts diff --git a/src/http/Exhibition/Colombia/index.ts b/src/http/Exhibition/Colombia/index.ts new file mode 100644 index 0000000..9827361 --- /dev/null +++ b/src/http/Exhibition/Colombia/index.ts @@ -0,0 +1,12 @@ +import {get,post} from "@/utils/http" + +//获取设备在线状态、设备列表 +export function columbiaDeviceList(){ + return get('/screen/cisma/columbiaDeviceList') +} + + +//获取设备在线状态、设备列表 +export function columbiaDeviceProduction(){ + return get('/creen/cisma/columbiaDeviceProduction') +} \ No newline at end of file diff --git a/src/views/Elevator/index.vue b/src/views/Elevator/index.vue index 91b2e86..f90b8fa 100644 --- a/src/views/Elevator/index.vue +++ b/src/views/Elevator/index.vue @@ -47,7 +47,7 @@