二手车交易,协议条款url更换

This commit is contained in:
2025-03-13 13:19:01 +08:00
parent e01e7c44c1
commit 16321333d2
2 changed files with 4 additions and 4 deletions

View File

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

View File

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