|
@@ -10,8 +10,8 @@
|
|
|
export const addTokenToIframe=(str,reportId,chapterId=0)=>{
|
|
|
const token=localStorage.getItem('token')||''
|
|
|
if(import.meta.env.MODE==='production'){
|
|
|
- return str.replace(/<iframe src="https:\/\/chartlib.hzinsights.com\/chartshow\?/g,`<iframe src="https://chartlib.hzinsights.com/chartshow?token=${token}&reportId=${reportId}&chapterId=${chapterId}&source=ybxcx&`)
|
|
|
+ return str.replace(/src="https:\/\/chartlib.hzinsights.com\/chartshow\?/g,`src="https://chartlib.hzinsights.com/chartshow?token=${token}&reportId=${reportId}&chapterId=${chapterId}&source=ybxcx&`)
|
|
|
}else{
|
|
|
- return str.replace(/<iframe src="https:\/\/charttest.hzinsights.com\/chartshow\?/g,`<iframe src="https://charttest.hzinsights.com/chartshow?token=${token}&reportId=${reportId}&chapterId=${chapterId}&source=ybxcx&`)
|
|
|
+ return str.replace(/src="https:\/\/charttest.hzinsights.com\/chartshow\?/g,`src="https://charttest.hzinsights.com/chartshow?token=${token}&reportId=${reportId}&chapterId=${chapterId}&source=ybxcx&`)
|
|
|
}
|
|
|
}
|