From 2ad43db13f619f5701f4df8afe4ae232b44fa2a9 Mon Sep 17 00:00:00 2001 From: 4eversad <1085947752@qq.com> Date: Sun, 10 Sep 2023 14:37:19 +0000 Subject: [PATCH] update src/layout/components/TagsView/index.vue. Signed-off-by: 4eversad <1085947752@qq.com> Former-commit-id: f655d7ab41bbb201a7123c00ddcdc69f27d5ea10 --- src/layout/components/TagsView/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;