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