index.html
930 字节
<!doctype html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
</body>
<script>
//视频集成包含海康【haikang】和大华【dahua】
var thirdFactory = "dahua";
//视频对接类型【dvr硬盘录像机、system视频系统】
var videoSystemType = "dvr";
if (thirdFactory == "dahua" && videoSystemType =="dvr") {
window.location.href = "dahua/dvr/cn/showVideo.html";
} else if(thirdFactory == "dahua" && videoSystemType =="system"){
window.location.href = "";
} else if(thirdFactory == "haikang" && videoSystemType =="dvr"){
window.location.href = "";
} else if(thirdFactory == "haikang" && videoSystemType =="system"){
window.location.href = "";
}
</script>
</html>