From d0e49b17b6e32428576b82c889a83f01fe12d5a5 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 9 Sep 2024 09:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E5=8F=AF=E4=BB=A5=E8=BF=94=E5=9B=9E=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/exam/exam.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/exam/exam.vue b/pages/exam/exam.vue index 07b43bb..5f1a893 100644 --- a/pages/exam/exam.vue +++ b/pages/exam/exam.vue @@ -2,7 +2,7 @@ - {{testPaper.testName}} + <{{testPaper.testName}} @@ -12,7 +12,7 @@ - + {{testPaper.testFront}} @@ -214,6 +214,9 @@ } }, methods: { + goRoute(){ + this.$router.push('/'); + }, loadData() { //加载考试信息 apiTestPaper.getTestInfo(this.examId).then(res => { if (res.status == 200) {