mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
Pre Merge pull request !221 from ytmty/dev
This commit is contained in:
commit
9ac39bb0af
@ -40,7 +40,7 @@ onMounted(() => {
|
||||
addIframe();
|
||||
});
|
||||
|
||||
watchEffect(() => {
|
||||
watch(()=>route.fullPath,() => {
|
||||
addIframe();
|
||||
});
|
||||
|
||||
|
||||
@ -58,6 +58,9 @@ export default {
|
||||
}
|
||||
return router.push('/');
|
||||
}
|
||||
if(obj.meta.link){
|
||||
useTagsViewStore().delIframeView(obj);
|
||||
}
|
||||
return useTagsViewStore().delView(obj);
|
||||
},
|
||||
// 关闭所有tab页签
|
||||
|
||||
Loading…
Reference in New Issue
Block a user