|
@@ -102,7 +102,7 @@ getReportInfo()
|
|
|
// 修改报告中嵌入的图表地址
|
|
|
function modifyReportContentIframeData(str){
|
|
|
let temStr=str.replace(/http:\/\/eta.dwfutures.com:8001/g,'https://dwresearch.dwfutures.com')
|
|
|
- temStr=str.replace(/http:\/\/192.168.43.22:8001/g,'https://dwresearch.dwfutures.com')
|
|
|
+ temStr=temStr.replace(/http:\/\/192.168.43.22:8001/g,'https://dwresearch.dwfutures.com')
|
|
|
return temStr.replace(/http:\/\/58.210.74.21:9100\/etastatic/g,'https://dwresearch.dwfutures.com/etastatic')
|
|
|
}
|
|
|
|