Browse Source

刷新页面丢失

master
x_ying 2 years ago
parent
commit
ccf6814325
  1. 6
      src/views/index.vue

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

Loading…
Cancel
Save