仅内网可见-管理员端 调试

This commit is contained in:
670788339
2025-07-21 19:57:51 +08:00
parent 7be5c072d9
commit b627398b7d

View File

@@ -412,7 +412,7 @@
curCFile: {
converStatus: 4,
},
Internet: 1,//1是成功 2是是失败 3是检测中
Internet: 3,//1是成功 2是是失败 3是检测中
radio: '',
interactRuning: false,
playerBoxShow: false,
@@ -1328,8 +1328,9 @@
// if (true){
this.getInternet()
console.log('需要内网环境')
}else{
this.Internet=1;
}
this.Internet=1;
if(rs.result.contents.length==0){
$this.$message.error('课程内容已删除或课程已不再使用');
return;