1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-09 13:47:25 +08:00
This commit is contained in:
Pan 2018-08-31 16:10:20 +08:00
parent bbc762a1a7
commit e7288328a4

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
})
})
},