chore: 删除无用依赖
This commit is contained in:
@@ -36,6 +36,7 @@ export const useTagsViewStore = defineStore('tagsView', {
|
||||
},
|
||||
// 新增tag
|
||||
addVisitedView(view: RouteLocationNormalizedLoaded) {
|
||||
console.log(view)
|
||||
if (this.visitedViews.some((v) => v.path === view.path)) return
|
||||
if (view.meta?.noTagsView) return
|
||||
this.visitedViews.push(
|
||||
|
||||
Reference in New Issue
Block a user