This commit is contained in:
Pan 2018-08-31 16:10:20 +08:00
parent bbc762a1a7
commit e7288328a4
1 changed files with 3 additions and 2 deletions

View File

@ -88,9 +88,10 @@ export default {
},
refreshSelectedTag(view) {
this.$store.dispatch('delCachedView', view).then(() => {
const { path } = this.$route
const { fullPath } = view
this.$router.replace({
path: '/redirect' + path
path: '/redirect' + fullPath
})
})
},