feat:发送数据去掉JSON.stringfy

This commit is contained in:
Xwen
2024-01-10 23:19:31 +08:00
parent 93e4ab88fb
commit 0287e0481c

View File

@@ -50,7 +50,7 @@ watch(
} }
} }
window.opener.postMessage({ window.opener.postMessage({
authData: JSON.stringify(authData.value), authData: authData.value,
type: scheme.value, type: scheme.value,
}); });
console.log(authData.value); console.log(authData.value);