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 @@ -