This commit is contained in:
2026-02-19 22:51:23 +08:00
parent e26ba12150
commit ca0dd554d3
3 changed files with 29 additions and 28 deletions

View File

@@ -108,6 +108,7 @@ const layoutStore = useLayoutStore()
const showTags = ref(true)
const selectedTag = ref(null)
const visitedViews = computed(() => layoutStore.viewTags)
console.log(layoutStore.viewTags)
// 右键菜单状态
const contextMenu = ref({
visible: false,