|
@@ -137,9 +137,9 @@
|
|
|
const res = await etaBaseConfigInterence.getBaseConfig()
|
|
|
|
|
|
if(res.Ret!==200) return
|
|
|
- const {ReportLogo,Disclaimer,DisclaimerEn,ReportCenterLogoShow,ReportEnLogoShow} = res.Data
|
|
|
+ const {ReportLogo,Disclaimer,ReportCenterLogoShow} = res.Data
|
|
|
this.configInfo = {
|
|
|
- ReportLogo,DisclaimerEn,ReportEnLogoShow
|
|
|
+ ReportLogo,Disclaimer,ReportCenterLogoShow
|
|
|
}
|
|
|
},
|
|
|
|