From 624256e209eca962d0cf8096eae59e79c87384f7 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 13 Mar 2024 16:39:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;