From 8e484ae03ef0aba3b9c1f587841f7405a068311b Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sun, 22 Mar 2026 23:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=81=E4=B9=85=E5=8C=96?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=A1=B5=E5=BC=80=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 37de042..c89ae88 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -208,7 +208,7 @@ function filterAffixTags(routes, basePath = '') { } function initTags() { - if (tagsViewPersist) { + if (tagsViewPersist.value) { useTagsViewStore().loadPersistedViews() } const res = filterAffixTags(routes.value)