diff --git a/src/store/modules/tagsView.ts b/src/store/modules/tagsView.ts index 599bde5..039ee53 100644 --- a/src/store/modules/tagsView.ts +++ b/src/store/modules/tagsView.ts @@ -36,7 +36,6 @@ 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( diff --git a/src/views/Function/MultipleTabsDemo2.vue b/src/views/Function/MultipleTabsDemo2.vue new file mode 100644 index 0000000..e23002b --- /dev/null +++ b/src/views/Function/MultipleTabsDemo2.vue @@ -0,0 +1,19 @@ + + +