fix: 修复跳转
This commit is contained in:
parent
e505bf2706
commit
87e4e1bdee
|
@ -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(); //判断用户打开链接环境
|
||||||
|
|
Loading…
Reference in New Issue