@@ -412,7 +412,7 @@
curCFile: {
converStatus: 4,
},
- Internet: 3,//1是成功 2是是失败 3是检测中
+ Internet: 1,//1是成功 2是是失败 3是检测中
radio: '',
interactRuning: false,
playerBoxShow: false,
@@ -1329,6 +1329,7 @@
this.getInternet()
console.log('需要内网环境')
}
+ this.Internet=1;
if(rs.result.contents.length==0){
$this.$message.error('课程内容已删除或课程已不再使用');
return;
@@ -1420,6 +1421,7 @@
} else {
this.$message.error(rs.message);
}
+
});
},
getXmlHttpRequest() {
@@ -1439,7 +1441,7 @@
let timer = setTimeout(function () {
timedOut = true;
xmlhttp.abort();
- }, 3000);
+ }, 1000);
xmlhttp.open("HEAD", window.location.protocol + "//uapi.boe.com.cn/500.html", true);
xmlhttp.send();
xmlhttp.onreadystatechange = function () {