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

This commit is contained in:
670788339
2025-07-21 20:11:41 +08:00
parent 2baa5c61a4
commit 5e1ea2469b

View File

@@ -1326,12 +1326,12 @@
audiences:this.audiences audiences:this.audiences
}).then(rs => { }).then(rs => {
if (rs.status == 200) { if (rs.status == 200) {
if (rs.result.isPermission){ if (rs.result.isPermission && this.Internet==1){
// this.getInternet() // this.getInternet()
this.renderCourse = true this.renderCourse = true
console.log('需要内网环境') console.log('需要内网环境')
}else{ }else{
this.Internet=1; // this.Internet=1;
this.renderCourse = false this.renderCourse = false
} }
if(rs.result.contents.length==0){ if(rs.result.contents.length==0){