From 28e01b6f99e647e10601aa54571b1ac63a85d420 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 17 May 2024 09:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E6=8A=A5=E5=90=8D=E5=90=A6?= =?UTF-8?q?=E4=B8=8D=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/FinalSuccess.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/lecturer/FinalSuccess.vue b/src/views/lecturer/FinalSuccess.vue index 0d95f62c..f8e2cb72 100644 --- a/src/views/lecturer/FinalSuccess.vue +++ b/src/views/lecturer/FinalSuccess.vue @@ -39,10 +39,12 @@ export default { secondExamine({teacherId:this.teacherId,second,}).then(res=>{ this.newTeacherId=res.data.replace(/[^0-9]/ig,'') if (res.code==200){ - this.$router.push({ - path:'/need/twoathentication', - query:{teacherId:this.newTeacherId} - }) + if(second!=2){ + this.$router.push({ + path:'/need/twoathentication', + query:{teacherId:this.newTeacherId} + }) + } } }) },