fix bug
This commit is contained in:
parent
bbc762a1a7
commit
e7288328a4
|
@ -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
|
||||
})
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue