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('/')