添加持久化标签页开关功能

This commit is contained in:
RuoYi
2026-03-22 23:24:07 +08:00
parent 943cb1815d
commit 8e484ae03e

View File

@@ -208,7 +208,7 @@ function filterAffixTags(routes, basePath = '') {
}
function initTags() {
if (tagsViewPersist) {
if (tagsViewPersist.value) {
useTagsViewStore().loadPersistedViews()
}
const res = filterAffixTags(routes.value)