Pre Merge pull request !221 from ytmty/dev

This commit is contained in:
ytmty 2025-06-25 07:40:34 +00:00 committed by Gitee
commit 9ac39bb0af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,7 @@ onMounted(() => {
addIframe();
});
watchEffect(() => {
watch(()=>route.fullPath,() => {
addIframe();
});

View File

@ -58,6 +58,9 @@ export default {
}
return router.push('/');
}
if(obj.meta.link){
useTagsViewStore().delIframeView(obj);
}
return useTagsViewStore().delView(obj);
},
// 关闭所有tab页签