From 16321333d2b3e0f46bc3eb3ed90af0cd27d9ee5b Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 13 Mar 2025 13:19:01 +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=E6=9D=A1=E6=AC=BEurl=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 4 ++-- src/views/secondHandCar/wantBuy.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 0d3efbc6..789a38f5 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -223,8 +223,8 @@ export default { } 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' + url = 'https://crm1.sino-assist.com' + // url = 'http://localhost:8080' } window.location.href=url + '/h5/supplier/dispatch/res/privacy.html' }, diff --git a/src/views/secondHandCar/wantBuy.vue b/src/views/secondHandCar/wantBuy.vue index 80273632..ea8d26f9 100644 --- a/src/views/secondHandCar/wantBuy.vue +++ b/src/views/secondHandCar/wantBuy.vue @@ -161,8 +161,8 @@ export default { } 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' + url = 'https://crm1.sino-assist.com' + // url = 'http://localhost:8080' } window.location.href=url + '/h5/supplier/dispatch/res/privacy.html' },