From 77ae6d8e1ece8816617160cf2b681f3f1cb6935e Mon Sep 17 00:00:00 2001 From: water_xu Date: Mon, 29 Apr 2024 16:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=9B=91=E6=B5=8B=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E5=85=B6=E4=BB=96=E8=AE=BE=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=B8=AD=E7=9A=84=E5=B9=B3=E5=8F=B0=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E4=BA=86=E2=80=9C=E8=8E=B7?= =?UTF-8?q?=E5=8F=96RTSP=E5=9C=B0=E5=9D=80=E6=8C=89=E9=92=AE=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/keyprojects/platformvideo/index.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/keyprojects/platformvideo/index.vue b/src/views/keyprojects/platformvideo/index.vue index 8741a51..dd4d721 100644 --- a/src/views/keyprojects/platformvideo/index.vue +++ b/src/views/keyprojects/platformvideo/index.vue @@ -51,6 +51,7 @@ @@ -295,6 +296,18 @@ export default { }).catch((e) => { }) }, + getRTSP(row) { + requestFN( + '/platformvideomanagement/getRtspPath', + { + INDEXCODE: row.indexCode + } + ).then((res) => { + this.notify(res.data.url) + }).catch((e) => { + this.listLoading = false + }) + }, handleDel(row) { this.$confirm('确定要删除吗?', { confirmButtonText: '确定',