From ab92461635d9566cab6f10ef3ee82dc2908eadd9 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Wed, 15 Oct 2025 22:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BE=AE=E4=BF=A1=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E7=99=BB=E5=BD=95openId=E5=AD=97=E6=AE=B5=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stores/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/user.ts b/stores/user.ts index 39c68d8..21c450a 100644 --- a/stores/user.ts +++ b/stores/user.ts @@ -103,7 +103,7 @@ export default defineStore('useUserStore', { const app = useNuxtApp() try { const res = await socialLoginByCode({ - openId: row.openid, + openId: row.openId, sceneStr: row.sceneStr, })