feat:发送数据去掉JSON.stringfy
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user