diff --git a/src/views/layout/components/TagsView.vue b/src/views/layout/components/TagsView.vue index eafad8cb..3ba1382f 100644 --- a/src/views/layout/components/TagsView.vue +++ b/src/views/layout/components/TagsView.vue @@ -90,10 +90,10 @@ export default { this.$store.dispatch('delCachedView', view).then(() => { const { fullPath } = view this.$nextTick(() => { - this.$router.replace({ - path: '/redirect' + fullPath - }) - }) + this.$router.replace({ + path: '/redirect' + fullPath + }) + }) }) }, closeSelectedTag(view) { @@ -133,94 +133,94 @@ export default {