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') this.$router.push('/CurrentRackBook')
}, },
toNewBook() { toNewBook() {
this.$router.push('/newBook')
this.$router.push('/NewBook')
}, },
toHotBook() { toHotBook() {
this.$router.push('/hotBook')
this.$router.push('/HotBook')
}, },
toAuthor() { toAuthor() {
this.$router.push('/authorRecommend')
this.$router.push('/AuthorRecommend')
}, },
toDigital() { toDigital() {
this.$router.push('/DigitalResource') this.$router.push('/DigitalResource')

Loading…
Cancel
Save