From 08f6398dff2f99ca9d944f5ee27fb8170e6c9de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=99=AF=E9=98=B3?= <1656488874@qq.com> Date: Tue, 7 Jan 2020 04:36:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/layout/components/TagsView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }) }) })