From 5a58ff9a1a49f568eb2006bcd4ca7a2367e4cf65 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Wed, 7 Jun 2023 19:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=EF=BC=8C=E5=BE=AA=E7=8E=AF=E9=81=8D=E5=8E=86?= =?UTF-8?q?=20=E8=A7=86=E9=A2=91=E4=B8=AD=E5=BF=83=E6=8E=A5=E5=85=A5?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device/device.js | 7 +- src/views/index.vue | 645 ++++++----- src/views/monitor/videos/index.vue | 1008 +++++++++++------ .../shebeitaizhang/shebeitaizhangAdd.vue | 31 +- src/views/zhiwujiance/zhiwujianceList.vue | 1 - 5 files changed, 1061 insertions(+), 631 deletions(-) diff --git a/src/api/device/device.js b/src/api/device/device.js index e744b13..dae2c82 100644 --- a/src/api/device/device.js +++ b/src/api/device/device.js @@ -37,6 +37,12 @@ export function getInfoById(data) { return request({ url: '/device/getInfoById', method: 'GET', params: data }) } +// 获取摄像头列表 +export function getSxtList() { + return request({ url: '/device/getSxtList', method: 'GET' }) +} + +/******************************************************************************************************************************************** */ // 创建消息消费者 @@ -59,4 +65,3 @@ export function doCallMessageOffsets(data) { export function getCallZoneStatusList(data) { return request({ url: '/call/getCallZoneStatusList', method: 'GET' }) } - diff --git a/src/views/index.vue b/src/views/index.vue index c686138..1f0675e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,81 +1,81 @@ diff --git a/src/views/monitor/videos/index.vue b/src/views/monitor/videos/index.vue index a76002f..55a46d4 100644 --- a/src/views/monitor/videos/index.vue +++ b/src/views/monitor/videos/index.vue @@ -1,17 +1,18 @@ -