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) {