From d81f09bf28c13b3307fa27ad2fc5fe9533d42a00 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Tue, 9 Jan 2024 23:11:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E4=BF=AE=E6=94=B9gitee=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/profile/AccountSetting.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Yi.Bbs.Vue3/src/views/profile/AccountSetting.vue b/Yi.Bbs.Vue3/src/views/profile/AccountSetting.vue index d75c90f9..a519c427 100644 --- a/Yi.Bbs.Vue3/src/views/profile/AccountSetting.vue +++ b/Yi.Bbs.Vue3/src/views/profile/AccountSetting.vue @@ -123,7 +123,7 @@ const handleQQLogin = () => { const handleGiteeLogin = () => { window.open( - "/auth/gitee?code=907b2b59088678ad07d21561c175b0226c031370ab0b4ba1ae9928ea40148d83&state=1", + "https://gitee.com/oauth/authorize?client_id=949f3519969adc5cfe82c209b71300e8e0868e8536f3d7f59195c8f1e5b72502&redirect_uri=https%3A%2F%2Fccnetcore.com%2Fauth%2Fgitee&response_type=code", undefined, "width=500,height=500,left=50,top=50", "_black" @@ -143,21 +143,21 @@ window.addEventListener("message", async (e) => {