优化页签显示

This commit is contained in:
RuoYi
2026-03-23 11:44:22 +08:00
parent 8e484ae03e
commit 2542d2501d
2 changed files with 19 additions and 45 deletions
-1
View File
@@ -129,7 +129,6 @@ const useTagsViewStore = defineStore(
} else {
this.cachedViews = []
}
saveVisitedViews(this.visitedViews)
resolve([...this.cachedViews])
})
},