From 22eef3376dbf16f2e05c68b9b264dabaf0dacf91 Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期三, 24 一月 2024 23:15:52 +0800 Subject: [PATCH] Merge branch 'master' of http://106.120.22.35:48888/r/PM20221203225_MobileWeb --- static/video/video.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/static/video/video.html b/static/video/video.html index de0a0a3..54930f2 100644 --- a/static/video/video.html +++ b/static/video/video.html @@ -88,10 +88,11 @@ res = data.data.url.replace("ws://10.117.5.46:559/", "wss://skyzt.bda.gov.cn:443/") } else if (data.data.url.includes("47")) { res = data.data.url.replace("ws://10.117.5.47:559/", "wss://skyzt.bda.gov.cn:443/") - } else if (data.data.url.includes("206")) { + } else if (data.data.url.includes("28")) { res = data.data.url.replace("ws://10.117.5.28:559/", "wss://skyzt.bda.gov.cn:443/")//瑙嗛鏈�鏂拌繑鍥炲湴鍧� } realplay(res); + } catch (e) { } } }); -- Gitblit v1.9.3