二手车交易,协议条款url更换
This commit is contained in:
@ -223,8 +223,8 @@ export default {
|
|||||||
} else if (window.location.href.includes('uat.sino-assist.com')) {
|
} else if (window.location.href.includes('uat.sino-assist.com')) {
|
||||||
url = 'https://api-uat.sino-assist.com'
|
url = 'https://api-uat.sino-assist.com'
|
||||||
} else {
|
} else {
|
||||||
// url = 'https://crm1.sino-assist.com'
|
url = 'https://crm1.sino-assist.com'
|
||||||
url = 'http://localhost:8080'
|
// url = 'http://localhost:8080'
|
||||||
}
|
}
|
||||||
window.location.href=url + '/h5/supplier/dispatch/res/privacy.html'
|
window.location.href=url + '/h5/supplier/dispatch/res/privacy.html'
|
||||||
},
|
},
|
||||||
|
@ -161,8 +161,8 @@ export default {
|
|||||||
} else if (window.location.href.includes('uat.sino-assist.com')) {
|
} else if (window.location.href.includes('uat.sino-assist.com')) {
|
||||||
url = 'https://api-uat.sino-assist.com'
|
url = 'https://api-uat.sino-assist.com'
|
||||||
} else {
|
} else {
|
||||||
// url = 'https://crm1.sino-assist.com'
|
url = 'https://crm1.sino-assist.com'
|
||||||
url = 'http://localhost:8080'
|
// url = 'http://localhost:8080'
|
||||||
}
|
}
|
||||||
window.location.href=url + '/h5/supplier/dispatch/res/privacy.html'
|
window.location.href=url + '/h5/supplier/dispatch/res/privacy.html'
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user