♻️(component): 清除layer.notifiy工具函数中的ts-ignore

This commit is contained in:
0o张不歪o0
2022-07-09 19:38:53 +08:00
parent 04dd4ab102
commit c8cadea60a
2 changed files with 12 additions and 29 deletions

View File

@@ -450,6 +450,7 @@ const closeHandle = () => {
//Notify 从队列中移除当前实例
if (type === 6) {
//@ts-ignore
removeNotifiyFromQueen(props.id);
}
};