那就不要用这个方式打开了。open的话新标签目前不支持,要用弹窗了
-----------------------------------------
"use document";
const iframe = document.createElement("iframe");
iframe.width = "100%";
iframe.height = "100%";
iframe.scrolling = "no";
iframe.style="border: none";
iframe.src = "/webroot/decision/view/duchamp?viewlet=demo1.fvs&page_number=1";//fvs地址
duchamp.showDialog(
{
title:"弹窗测试",
width: 700,
height: 500,
innerContent:iframe,
dialogType:"center",
//标题的样式 titleStyle: {color:"white", fontWeight: "bold",background:"#FFCC00",height:"35px",fontSize:"18px"},
backgroundStyle: {background:"#00142E" },
}
)