This commit is contained in:
李志发
2024-05-17 09:27:15 +08:00
parent c1dd6426c7
commit c3d34b0c66
27 changed files with 500 additions and 245 deletions

View File

@@ -40,7 +40,7 @@ export default {
this.newTeacherId=res.data.replace(/[^0-9]/ig,'')
if (res.code==200){
this.$router.push({
path:'/need/twoauthentication',
path:'/need/twoathentication',
query:{teacherId:this.newTeacherId}
})
}