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' },