fix: 修复跳转

This commit is contained in:
zhangds 2024-03-08 03:54:15 +08:00
parent e505bf2706
commit 87e4e1bdee
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
let self = this; let self = this;
let banklink = encodeURIComponent( let banklink = encodeURIComponent(
window.location.origin + window.location.origin +
`./combiningAlipay.html?codeBatchId=${this.code_batch_id}&token=${this.token}` `/packkey/combiningAlipay.html?codeBatchId=${this.code_batch_id}&token=${this.token}`
); );
let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink; let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink;
let ua = navigator.userAgent.toLowerCase(); //判断用户打开链接环境 let ua = navigator.userAgent.toLowerCase(); //判断用户打开链接环境