update src/layout/components/TagsView/index.vue.
Signed-off-by: 4eversad <1085947752@qq.com> Former-commit-id: f655d7ab41bbb201a7123c00ddcdc69f27d5ea10
This commit is contained in:
@@ -121,7 +121,7 @@ function isFirstView() {
|
|||||||
try {
|
try {
|
||||||
return (
|
return (
|
||||||
(selectedTag.value as TagView).fullPath === "/dashboard" ||
|
(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) {
|
} catch (err) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user