From 1004db3c3b14cf2890996267d3e5ef456300c96d Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 18 Oct 2021 17:02:23 +0800
Subject: [PATCH] 海康视频播放

---
 src/views/map/carGps.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/map/carGps.vue b/src/views/map/carGps.vue
index 65e3e29..82ffbed 100644
--- a/src/views/map/carGps.vue
+++ b/src/views/map/carGps.vue
@@ -306,7 +306,9 @@
                 if (cont != undefined) {
                     that.dialogVisible = true
 
+                  setTimeout(() =>{
                     that.$refs.videoIframe.contentWindow.startVideo()
+                  },3000);
                 }
             })
 

--
Gitblit v1.9.3