Merge branch 'zcwy0417-out' into dev0515

This commit is contained in:
zhangsir
2024-05-17 09:03:07 +08:00

View File

@@ -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}
})
}
}
})
},