pboc水印无法正常显示问题修复20230725

This commit is contained in:
zhanglei 2023-07-25 16:51:38 +08:00
parent 2695ef1505
commit cf6b0d7253

View File

@ -92,6 +92,9 @@
if(html.indexOf("../resources/product/p/css") != -1) {
html = html.replaceAll("../resources/product/p/css", "Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/viewReport_data");
}
if(html.indexOf("../resources/product/p/images") != -1) {
html = html.replaceAll("../resources/product/p/images", "Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/viewReport_data");
}
if(html.indexOf("<body") != -1) {
html = html.replaceAll("<body", "<body style=\"overflow:scroll;height:95%\" ");
}