From 284872fa73b08003d044d0a673e65ab537e9dacb Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 23 Dec 2025 10:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AE=A1=E6=89=B9=E9=9C=80?= =?UTF-8?q?=E6=B1=82=EF=BC=8C=E8=B4=A3=E4=BB=BB=E9=99=A9=E5=8F=AF=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 0cee6ec0..2b45eff6 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -742,9 +742,9 @@ export default { await this.ocrCarFrontHandler() }, clickPreview(){ - // console.log(' this.insurancePicturePhoto', this.insurancePicturePhoto) + console.log(' this.insurancePicturePhoto', this.insurancePicturePhoto) if(this.insurancePicturePhoto && this.insurancePicturePhoto.indexOf('.pdf') !== -1){ - window.open(this.insurancePicturePhoto) + window.open(this.insurancePicturePhoto.replace("http://", "https://")) } }, async insurancePictureFilesHandler(file) {