From 1a091c77fecba8b73f4422ea6530bff315014398 Mon Sep 17 00:00:00 2001 From: xuechunyuan <17853500702@163.com> Date: Wed, 8 Feb 2023 17:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Guidance.vue | 2 +- src/views/HomeView.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/Guidance.vue b/src/views/Guidance.vue index b79c7d2..4332880 100644 --- a/src/views/Guidance.vue +++ b/src/views/Guidance.vue @@ -53,7 +53,7 @@ export default { } else { //阅读完整 - this.$router.push({ name: '', params: {} }) + this.$router.push({ name: 'examination' }) } }, //监听阅读进度 diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index f60e2b5..88fc288 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -38,7 +38,7 @@