fix: 增加 key
This commit is contained in:
parent
48adb9ab83
commit
624256e209
|
@ -263,7 +263,7 @@
|
|||
const key = localStorage.getItem('key');
|
||||
const linkId = localStorage.getItem('linkId');
|
||||
if (token) {
|
||||
location.href = `https://openapi.1688sup.com/wechat/oauth?jump=${location.origin}/${token}`;
|
||||
location.href = `https://openapi.1688sup.com/wechat/oauth?jump=${location.origin}/${linkId}/${key}/${token}`;
|
||||
return
|
||||
} else {
|
||||
location.href = `https://openapi.1688sup.com/wechat/oauth?jump=${location.origin}/${linkId}/${key}`;
|
||||
|
|
Loading…
Reference in New Issue