From 5a1aa1febf3e08718244e7a3b370869d7a566c15 Mon Sep 17 00:00:00 2001 From: shilin Date: Sat, 22 Feb 2025 14:52:27 +0800 Subject: [PATCH] code --- src/layout/components/TagsView/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index bdef199..2eef3f6 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -220,6 +220,7 @@ export default { // you can adjust it according to your needs. if (view.name === 'Dashboard') { // to reload home page + this.$router.replace({ path: '/redirect' + view.fullPath }) } else { this.$router.push('/')