From 08b696fd9bcaf456fd8794e96cabbb279fcf679e Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Wed, 10 Jan 2024 23:05:52 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E6=94=B9=E4=B8=BA=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=9A=84=E6=98=AFtoken=E5=AF=B9=E8=B1=A1?= 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 237cb186..59d4f057 100644 --- a/Yi.Bbs.Vue3/src/views/login/index.vue +++ b/Yi.Bbs.Vue3/src/views/login/index.vue @@ -322,7 +322,7 @@ const handleGiteeLogin = () => { window.addEventListener("message", async (e) => { const { authData, type } = e.data; if (authData) { - await loginSuccess({ data: { token: authData } }); + await loginSuccess({ data: authData }); window.close(); } });