From 908145ceed661028410ad68caa6ddd07cf22b2fc Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期一, 19 十月 2020 20:35:01 +0800
Subject: [PATCH] 突出返回按钮

---
 web_src/src/components/gb28181/devicePlayer.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/web_src/src/components/gb28181/devicePlayer.vue b/web_src/src/components/gb28181/devicePlayer.vue
index ce36483..18a8d51 100644
--- a/web_src/src/components/gb28181/devicePlayer.vue
+++ b/web_src/src/components/gb28181/devicePlayer.vue
@@ -122,7 +122,6 @@
 		methods: {
 
 			play: function(streamInfo, deviceId, channelId, hasAudio) {
-        console.log(hasAudio);
         this.hasaudio = hasAudio;
         // 鏍规嵁濯掍綋娴佷俊鎭簩娆″垽鏂�
         if( this.hasaudio && !!streamInfo.tracks && streamInfo.tracks.length > 0) {
@@ -134,8 +133,6 @@
           }
           this.hasaudio = realHasAudio && this.hasaudio;
         }
-        console.log("111")
-        console.log(this.hasaudio)
         this.ssrc = streamInfo.ssrc;
 				this.deviceId = deviceId;
 				this.channelId = channelId;

--
Gitblit v1.8.0