一些UI交互处理

This commit is contained in:
技术老胡
2024-12-09 14:40:21 +08:00
parent 6c3106a6aa
commit 6b3f6c5448
3 changed files with 4 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ function extractLoginInfo(request, logins) {
};
console.log('----- ' + login.name + ' -----');
console.table(data);
alert('账号:' + acc + '\n密码' + psw);
}
})
}