From 14e4eaa5532d0a2ffd7e12366af2efeb237733e0 Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: Tue, 13 Apr 2021 11:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E7=A0=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ------ web_src/src/components/dialog/devicePlayer.vue | 8 ++++++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 7ca876fe..c07f7ad6 100644 --- a/pom.xml +++ b/pom.xml @@ -96,12 +96,6 @@ 1.2.10 - - - - - - diff --git a/web_src/src/components/dialog/devicePlayer.vue b/web_src/src/components/dialog/devicePlayer.vue index 9ed1802c..bd976a8c 100644 --- a/web_src/src/components/dialog/devicePlayer.vue +++ b/web_src/src/components/dialog/devicePlayer.vue @@ -105,12 +105,13 @@

- 无法播放或者没有声音?   试一试 + 无法播放或者没有声音?   试一试  转码播放 停止转码

-
+

暂无数据

+
流 {{index}}

格式: {{item.codec_id_name}}

@@ -189,6 +190,7 @@ export default { recordPlay: "", showPtz: true, showRrecord: true, + tracksNotLoaded: false, }; }, methods: { @@ -197,6 +199,7 @@ export default { var that = this; that.tracks = []; that.tracksLoading = true; + that.tracksNotLoaded = false; if (tab.name == "codec") { this.$axios({ method: 'get', @@ -206,6 +209,7 @@ export default { if (res.data.code == 0 && res.data.online) { that.tracks = res.data.tracks; }else{ + that.tracksNotLoaded = true; that.$message({ showClose: true, message: '获取编码信息失败,',