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, })