diff --git a/Yi.Bbs.Vue3/src/views/Auth/index.vue b/Yi.Bbs.Vue3/src/views/Auth/index.vue index a30b0835..03a57b53 100644 --- a/Yi.Bbs.Vue3/src/views/Auth/index.vue +++ b/Yi.Bbs.Vue3/src/views/Auth/index.vue @@ -50,7 +50,7 @@ watch( } } window.opener.postMessage({ - authData: JSON.stringify(authData.value), + authData: authData.value, type: scheme.value, }); console.log(authData.value);