diff --git a/src/views/ebiz/YB_agentSign/step2.vue b/src/views/ebiz/YB_agentSign/step2.vue index db9de4d76..27bd8849b 100644 --- a/src/views/ebiz/YB_agentSign/step2.vue +++ b/src/views/ebiz/YB_agentSign/step2.vue @@ -54,10 +54,7 @@ this.timeOut() }, mounted() { - let thispolicyUrl = "Ra4LpmZv2h6FrwZPS48QIETiI2AcWWLx6RavVjoAkoMO3QJwd%2BpYNd%2BhiCehCCFibahgDp%2FtP6UD%0A6vy8eKAAs4hhrh0dSyUouHrBpcu%2FGM6VGLphInLPv0HGtHpZ3OhD" document.body.style.backgroundColor = '#fff' - // this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${thispolicyUrl}`) - let dataParams = { idType:'0', idNo:this.$store.getters.getYBidNo, @@ -65,8 +62,7 @@ } generateAgreementYB(dataParams).then(res=>{ if(res.result == 0){ - this.pdfUrl = encodeURIComponent('https://iagentsales-test2.e-guofu.com:5443/updown' + `/returnDirectStream?imgPath=${res.content.rgssUrl}`) - // this.pdfUrl = res.content.rgssUrl + this.pdfUrl = config.assetsUpUrl + res.content.rgssUrl let signInfo = JSON.parse(localStorage.getItem('signInfo')) if (signInfo && signInfo.status == '0') { this.base64 = sessionStorage.getItem('twoimgBase64Data')