From 46c351151b748ed0c4c23435df560ed0ff336a0a Mon Sep 17 00:00:00 2001 From: caijun Date: Mon, 26 Jan 2026 10:44:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=AB=AF=E7=82=B9=E7=99=BB=E5=BD=95?= 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 6e8363a..5609b6a 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -593,8 +593,8 @@ async exchangeToken(options) { try { const type = '100' - const code = '1222' || options?.code - const state = this.uuid() || options?.state + const code = options?.code + const state =options?.state || this.uuid() const res = await socialLogin(type, code, state) const {accessToken,refreshToken} = res.data const userStore = useUserStore()