From 8c1b5081f0d79fa19fc4c5a24d73e4d8324580b3 Mon Sep 17 00:00:00 2001
From: zhongrj <123456>
Date: Mon, 01 Aug 2022 21:06:28 +0800
Subject: [PATCH] 溯源码详情视频渲染修改

---
 public/traceablityInfo.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/traceablityInfo.html b/public/traceablityInfo.html
index 11408ee..12aeb09 100644
--- a/public/traceablityInfo.html
+++ b/public/traceablityInfo.html
@@ -1063,7 +1063,7 @@
         if (flvjs.isSupported()) {
           var flvPlayer = flvjs.createPlayer({
             type: 'flv',
-            url: 'wss://www.ainfo.top:700/rtp/34020000001110000105_34020000001310000002.flv',
+            url: window.videoList[0].wssFlv,
             hasAudio: false
           });
 
@@ -1142,7 +1142,7 @@
               //重新创建流实例
               var flvPlayer = flvjs.createPlayer({
                 type: 'flv',
-                url: 'wss://www.ainfo.top:700/rtp/34020000001110000105_34020000001310000002.flv',
+                url: window.videoList[index].wssFlv,
                 hasAudio: false
               });
 

--
Gitblit v1.9.3