diff --git a/frontend/src/views/layout/components/TagsView.vue b/frontend/src/views/layout/components/TagsView.vue index 231b44f0..b72d874a 100644 --- a/frontend/src/views/layout/components/TagsView.vue +++ b/frontend/src/views/layout/components/TagsView.vue @@ -130,9 +130,10 @@ export default { refreshSelectedTag (view) { this.$store.dispatch('delCachedView', view).then(() => { const { fullPath } = view + console.log('fullPath', fullPath) this.$nextTick(() => { this.$router.replace({ - path: '/redirect' + fullPath + path: fullPath }) }) })