|
@@ -57,6 +57,8 @@ async function getReportInfo() {
|
|
|
})
|
|
|
if (res.Ret === 200) {
|
|
|
reportInfo.value = res.Data.Report
|
|
|
+ reportInfo.value.HeadResource ? reportInfo.value.HeadResource.ImgUrl = res.Data.Report.HeadResource?.ImgUrl.replace(/http:\/\/etaminio.jrqh.com.cn:9000/g,'https://eta.jrqh.com.cn:59090') : ''
|
|
|
+ reportInfo.value.EndResource ? reportInfo.value.EndResource.ImgUrl = res.Data.Report.EndResource.ImgUrl.replace(/http:\/\/etaminio.jrqh.com.cn:9000/g,'https://eta.jrqh.com.cn:59090') : ''
|
|
|
// 判断是否有权限查看研报
|
|
|
reportStatus.value = res.Data.Status === 1
|
|
|
headImgStyle.value=res.Data.Report.HeadResource?.Style?JSON.parse(res.Data.Report.HeadResource.Style):[]
|