From ccf681432505a1a0e48561e8f094c0c885872c72 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Tue, 20 Sep 2022 16:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index f2abbd0..82238df 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -93,13 +93,13 @@ export default { this.$router.push('/CurrentRackBook') }, toNewBook() { - this.$router.push('/newBook') + this.$router.push('/NewBook') }, toHotBook() { - this.$router.push('/hotBook') + this.$router.push('/HotBook') }, toAuthor() { - this.$router.push('/authorRecommend') + this.$router.push('/AuthorRecommend') }, toDigital() { this.$router.push('/DigitalResource')