feat:重复绑定根据状态码关闭窗口
This commit is contained in:
@@ -131,10 +131,7 @@ const handleGiteeLogin = () => {
|
||||
};
|
||||
|
||||
window.addEventListener("message", async (e) => {
|
||||
console.log(e, "我是账号设置页");
|
||||
const { authData, type } = e.data;
|
||||
if (e.data) {
|
||||
console.log(authData, type, "2333");
|
||||
await checkList();
|
||||
window.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user