From 7f97e2b080f53b3af7511a2b7d00ba6a6a3011a8 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 13 Dec 2023 13:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B7=BB=E5=8A=A0=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E5=92=8C=E5=88=A0=E9=99=A4=E5=9B=BE=E7=89=87=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 16 + src/views/components/carouselChart.vue | 3 + src/views/realTimeMonitor/index.vue | 440 ++++++++++++++++++------- src/views/realTimeSearch/index.vue | 75 ++++- vue.config.js | 4 +- 5 files changed, 413 insertions(+), 125 deletions(-) diff --git a/src/utils/api/index.js b/src/utils/api/index.js index ac83717..95f23d8 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -817,3 +817,19 @@ export function updateTermCamera(data) { params: data, }); } +//删除图片 +export function deletePicList(data) { + return request({ + url: "/api/deletePicList", + method: "post", + data, + }); +} + +export function addFavorList(data) { + return request({ + url: "/api/addFavorList", + method: "post", + data, + }); +} diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index d18a851..ae213e3 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -65,6 +65,7 @@