From 0287e0481c25e14b59867e2e76e011eb4cde6f88 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Wed, 10 Jan 2024 23:19:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8F=91=E9=80=81=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8E=BB=E6=8E=89JSON.stringfy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/Auth/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);