jwyu 5 months ago
parent
commit
e0da951d22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/Detail.vue

+ 1 - 1
src/views/report/Detail.vue

@@ -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')
 }