This commit is contained in:
zhangsir
2024-06-27 16:15:28 +08:00
parent 9529da46d1
commit f61d87ab34

View File

@@ -47,6 +47,11 @@
}).then(res=>{ }).then(res=>{
console.log(res,'res') console.log(res,'res')
this.datainfo = res.data this.datainfo = res.data
if(res.code == 6){
this.$router.push({
path: '/pages/forward?to=/student-h5/notpath'
})
}
}) })
}, },
methods: { methods: {