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')