xq feat:"完成了标签页只能同时存在五个"

This commit is contained in:
2025-07-03 15:27:58 +08:00
parent 642f7b025b
commit f7065c701e

View File

@ -52,7 +52,7 @@ const router = useRouter();
const visitedViews = computed(() => useTagsViewStore().getVisitedViews());
const routes = computed(() => usePermissionStore().getRoutes());
const theme = computed(() => useSettingsStore().theme);
const tagsIcon = computed(() => useSettingsStore().tagsIcon)
const tagsIcon = computed(() => useSettingsStore().tagsIcon);
watch(route, () => {
addTags();