From 075dccbad3d6190ca218043be8c737c254a237e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E4=BC=8D=E9=99=88=E6=B5=B7=E5=A4=A9?= Date: Thu, 6 Sep 2018 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Tags=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE=E4=BB=8D=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E8=A2=AB=E7=BC=93=E5=AD=98=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/TagsView.vue | 176 +++++++++++------------ 1 file changed, 88 insertions(+), 88 deletions(-) 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 {