mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-30 05:36:37 +08:00
feat:发送数据去掉JSON.stringfy
This commit is contained in:
@@ -50,7 +50,7 @@ watch(
|
||||
}
|
||||
}
|
||||
window.opener.postMessage({
|
||||
authData: JSON.stringify(authData.value),
|
||||
authData: authData.value,
|
||||
type: scheme.value,
|
||||
});
|
||||
console.log(authData.value);
|
||||
|
||||
Reference in New Issue
Block a user