From f61d87ab34e6886d3a90bcf10755398bbb113112 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 27 Jun 2024 16:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/learnPath/examScore.vue | 5 +++++ 1 file changed, 5 insertions(+) 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: {