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