提交 2c9ece61 authored 作者: 钟是志's avatar 钟是志

样式调整. iframe地址调整

上级 a551c675
...@@ -35,7 +35,11 @@ export const dispatch = (type, payload, callback) => { ...@@ -35,7 +35,11 @@ export const dispatch = (type, payload, callback) => {
export const isFromIframe = () => { // 判断是否来自iframe 嵌入页面 export const isFromIframe = () => { // 判断是否来自iframe 嵌入页面
return !!window?.parent?.iframeParentComponent?.Modal; let isFromIframe = window.frames.length !== parent.frames.length;
if(window.location.origin.indexOf('localhost') > -1){
return false;
}
return isFromIframe;
} }
export const getModal = () => { export const getModal = () => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论