From ae5e5dc08a000a51a41b199123d6c1acbdbf4b07 Mon Sep 17 00:00:00 2001 From: juncaiq Date: Tue, 27 Jan 2026 18:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=B8=BA110?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 7fa91db..648f41f 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -585,7 +585,7 @@ }, // 认证登录 async certifyLogin(){ - let type = '100' + let type = '110' let redirectUri = location.origin + '/pages/login/index?' + encodeURIComponent(`type=${type}&redirect=/`) const res = await socialAuthRedirect(type,encodeURIComponent(redirectUri)) console.log(res,'res-------') @@ -593,7 +593,7 @@ }, async exchangeToken(options) { try { - const type = '100' + const type = '110' const code = options?.code const state =options?.state || this.uuid() const res = await socialLogin(type, code, state)