From 7de6df5efd271a7596545fc6d52c3acc71000591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Fri, 6 Dec 2024 11:40:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=90=8C=E6=AD=A5=E5=B0=8F=E6=B1=A0=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=8A=A0=E5=B7=A5=E4=BF=A1=E6=81=AF,=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=202.=E4=BC=98=E5=8C=96=E7=9C=8B=E6=9D=BFpdf=E6=98=BE=E7=A4=BA,?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8B=E6=8B=89=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/integration.js | 9 +- src/components/Integration/index.vue | 120 +++++++++++++-------------- src/components/ViewPDF/index.vue | 1 + 3 files changed, 66 insertions(+), 64 deletions(-) diff --git a/src/api/integration.js b/src/api/integration.js index f684201..bc1b90f 100644 --- a/src/api/integration.js +++ b/src/api/integration.js @@ -1,3 +1,10 @@ import request from "@/utils/request"; -// 小池集成 \ No newline at end of file +// 小池集成 +export function device(params) { + return request({ + url: "/kban/getDeviceStatus", + method: "get", + params, + }); +} diff --git a/src/components/Integration/index.vue b/src/components/Integration/index.vue index d88f44f..8fcc9a6 100644 --- a/src/components/Integration/index.vue +++ b/src/components/Integration/index.vue @@ -5,7 +5,7 @@