|
@@ -460,7 +460,7 @@ const jumpweb = async (type: any) => {
|
|
|
let customerData = await customerApiF(md5Txt)
|
|
let customerData = await customerApiF(md5Txt)
|
|
|
if(customerData['status'] == 0) {
|
|
if(customerData['status'] == 0) {
|
|
|
// https://web.poteviohealth.com/r/daping/health/index.html?customerId=160
|
|
// https://web.poteviohealth.com/r/daping/health/index.html?customerId=160
|
|
|
- window.open(`https://web.poteviohealth.com/r/daping/health/index.html?customerId=${customerData.customerId}`,'_blank')
|
|
|
|
|
|
|
+ window.open(`https://web.poteviohealth.com/r/daping/health/index.html?customerId=${customerData['customerId']}`,'_blank')
|
|
|
}else {
|
|
}else {
|
|
|
ElMessage.error('跳转出错:'+ JSON.stringify(customerData))
|
|
ElMessage.error('跳转出错:'+ JSON.stringify(customerData))
|
|
|
}
|
|
}
|