From 3cd2c5f43365928ac5e6edaf5b036171d00783bb Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Mon, 21 Jul 2025 20:33:47 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 19df5946..5a38f18d 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -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