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

This commit is contained in:
670788339
2025-07-21 20:33:47 +08:00
parent 8c69fac9be
commit 3cd2c5f433

View File

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