pboc水印无法正常显示问题修复20230725
This commit is contained in:
parent
2695ef1505
commit
cf6b0d7253
@ -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%\" ");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user