flx:修改海康插件安装包地址

This commit is contained in:
Rain_ 2025-12-20 16:21:06 +08:00
parent 1f0e0c0a0b
commit 035262e3ae

View File

@ -248,7 +248,8 @@ class VideoPlugin {
showDownloadDialog() {
if (confirm("检测到视频插件未安装,是否下载视频插件?")) {
window.location.href = "http://101.43.164.214:11111/image/VideoWebPlugin.rar";
// window.location.href = "http://101.43.164.214:11111/image/VideoWebPlugin.rar";
window.location.href = "https://gszhdz.crpower.com.cn:9807/image/VideoWebPlugin.exe"
}
}