diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 1fcd6fc0..7a33bba7 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -121,7 +121,7 @@ function isFirstView() { try { return ( (selectedTag.value as TagView).fullPath === "/dashboard" || - (selectedTag.value as TagView).fullPath === tagsViewStore.visitedViews[1] + (selectedTag.value as TagView).fullPath === tagsViewStore.visitedViews[1].fullPath ); } catch (err) { return false;