From 9721e5d5de20f08efc81cd47688c98d7327fa733 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 24 Apr 2025 16:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home-video.js | 11 ++ .../home-video/components/left-two-model.vue | 111 ++++++++++++++---- 2 files changed, 97 insertions(+), 25 deletions(-) create mode 100644 src/api/home-video.js diff --git a/src/api/home-video.js b/src/api/home-video.js new file mode 100644 index 0000000..1076646 --- /dev/null +++ b/src/api/home-video.js @@ -0,0 +1,11 @@ +import request from '@/utils/request' + +// 视频监测 ---- 设备列表接口 左2 +export function getVideoDeviceListAPI(data) { + return request({ + url: '/smart-site/videoDetection/getVideoDeviceList', + method: 'post', + data, + }) +} + diff --git a/src/views/home-video/components/left-two-model.vue b/src/views/home-video/components/left-two-model.vue index 04fe883..33aa76b 100644 --- a/src/views/home-video/components/left-two-model.vue +++ b/src/views/home-video/components/left-two-model.vue @@ -2,17 +2,27 @@
+
+
+ {{ item.name }} +
+
------ - {{ item.name }} + {{ item.devName }}
- -
+
@@ -20,28 +30,79 @@