diff --git a/pages/learnPath/examScore.vue b/pages/learnPath/examScore.vue index c9130d0..1105eb3 100644 --- a/pages/learnPath/examScore.vue +++ b/pages/learnPath/examScore.vue @@ -47,6 +47,11 @@ }).then(res=>{ console.log(res,'res') this.datainfo = res.data + if(res.code == 6){ + this.$router.push({ + path: '/pages/forward?to=/student-h5/notpath' + }) + } }) }, methods: {