diff --git a/index.html b/index.html index b49ff23..ea712cf 100644 --- a/index.html +++ b/index.html @@ -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}`;