复制下面这一段改成你的路径就行了
setTimeout(function() {
"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/report?viewlet=GettingStarted.cpt";
duchamp.showDialog(
{
title:"销量弹窗",
width: 700,
height: 500,
innerContent:iframe,
dialogType:"center",
}
);
$('.duchamp-custom-title').css({"background-color": "#0c396c" });
$('.duchamp-custom-title').css({"color": "#ffffff"});
$('.duchamp-custom-title').css({"font-size": "19px"});
$('.duchamp-custom-title').css({"height": "25px"});
},1500)