This commit is contained in:
xingyy 2025-02-26 15:18:54 +08:00
parent 56f5622846
commit 24d9673b14

View File

@ -37,13 +37,13 @@ const confirmPay=async ()=>{
testReturnEndPoint:'/payment/result'
})
if (res.status===0){
/* router.push({
router.push({
path:'/externallinks',
query:{
url:res.data.checkoutSessionUrl
}
})*/
window.location.href=res.data.checkoutSessionUrl
})
/* window.location.href=res.data.checkoutSessionUrl*/
}
}