From 3cd7ff0318d100871424ac1ccdfb758e3ee56abf Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 17 Mar 2025 10:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E5=8D=8F=E8=AE=AE=E4=BB=A3=E7=A0=81=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 14 +------------- src/views/secondHandCar/privacy.vue | 17 +++++++++++++---- src/views/secondHandCar/wantBuy.vue | 14 +------------- 3 files changed, 15 insertions(+), 30 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 8c648bb4..961af704 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -248,18 +248,6 @@ export default { this.clearStorageFormInfo() }, viewPrivacy(){ - let url=''; - if (window.location.href.includes('www.sinoassist.com')) { - url = 'https://www.sinoassist.com' - } else if (window.location.href.includes('ccreview.sino-assist.com')) { - url = 'https://ccreview.sino-assist.com' - } else if (window.location.href.includes('uat.sino-assist.com')) { - url = 'https://api-uat.sino-assist.com' - } else { - url = 'https://crm1.sino-assist.com' - // url = 'http://localhost:8080' - } - let urls=url + '/h5/supplier/dispatch/res/privacy.html' let data={ form:this.form,radio:this.radio,areaName:this.areaName, vehicleLicensePhotoList:this.vehicleLicensePhotoList, vehicleAnglePhotoList:this.vehicleAnglePhotoList, @@ -267,7 +255,7 @@ export default { otherImgSrc:this.otherImgSrc, } localStorage.setItem("carSourceFormInfo",JSON.stringify(data)) - this.$router.push({ name: "privacyComponent", query: {url:urls}}) + this.$router.push({ name: "privacyComponent"}) }, confirmHandle(val){ let data=val.length diff --git a/src/views/secondHandCar/privacy.vue b/src/views/secondHandCar/privacy.vue index 3dbaa898..2653c25e 100644 --- a/src/views/secondHandCar/privacy.vue +++ b/src/views/secondHandCar/privacy.vue @@ -6,11 +6,10 @@
- +
-