|
@@ -55,7 +55,7 @@ export const enter = (dom, isLocal) => {
|
|
|
child.winIndex = index++
|
|
|
//案件里视图提取页面子页面覆盖了父级页面,父级的模型可以隐藏以释放内存
|
|
|
|
|
|
- console.error('createIframed', child.winIndex, child.location.href)
|
|
|
+ console.error('createdIframe', child.winIndex, child.location.href)
|
|
|
viewer.setDisplay(false )
|
|
|
|
|
|
child.beforeDestroy = function(){
|