From ada31888f4f2b24d7aca95f91dbf30348c0b5f15 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Wed, 10 Jan 2024 22:55:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E6=8B=BF=E5=88=B0=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9token,loginSuccess=E6=9B=B4=E6=8D=A2=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Bbs.Vue3/src/views/login/index.vue b/Yi.Bbs.Vue3/src/views/login/index.vue index e6ee513f..64caaffb 100644 --- a/Yi.Bbs.Vue3/src/views/login/index.vue +++ b/Yi.Bbs.Vue3/src/views/login/index.vue @@ -321,7 +321,7 @@ const handleGiteeLogin = () => { window.addEventListener("message", async (e) => { const { authData, type } = e.data; - await loginSuccess({ token: authData }); + await loginSuccess({ data: authData }); if (e.data) { window.close(); }