diff --git a/src/api/device/video.js b/src/api/device/video.js index fa73712..7de05fc 100644 --- a/src/api/device/video.js +++ b/src/api/device/video.js @@ -45,3 +45,12 @@ export function recordingVideoAPI(data) { }) } +// 设备管理->视频监控->删除画线接口 +export function deleteLineAPI(data) { + return request({ + url: '/smartCar/data/line/deleteLine', + method: 'POST', + data + }) +} + diff --git a/src/views/device/video/index.vue b/src/views/device/video/index.vue index 50ce990..658f403 100644 --- a/src/views/device/video/index.vue +++ b/src/views/device/video/index.vue @@ -4,7 +4,7 @@
{{ lineInfo.equipmentName }} - + {{ statusText }}
@@ -23,7 +23,7 @@ icon="el-icon-edit"> 画线 - +