From 005630da8c59e29ebd7059276193ee3120c2cea3 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 10 Aug 2023 13:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90GFRS-3645=E3=80=91iframe=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=87=8C=E6=98=BE=E7=A4=BA=E7=9A=84pdf=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=8B=BC=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/YB_agentSign/step2.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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')