Iframe中弹出消息问题

window.parent.window.$.messager.show({ 
    title:lang.prompt.title, 
    msg:"“项目名称”不能为空。", 
    showType:'show', 
    timeout:5000 
}); 
原文地址:https://www.cnblogs.com/D-Felix/p/3359588.html