From 7be5c072d9e513c9ba9c7d30bd0b3b40cf6efeb5 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Mon, 21 Jul 2025 19:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85=E5=86=85=E7=BD=91=E5=8F=AF=E8=A7=81-?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E7=AB=AF=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/coursenew.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 62f1cff0..e559a8f3 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -22,7 +22,7 @@
-
+
@@ -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 () {