This commit is contained in:
yutou
2021-07-09 17:54:30 +08:00
parent 5924e7f44b
commit 7b7d07dcb2
4 changed files with 73 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
if (loginStatus) {
return;
}
$.post('/login/sendCaptcha.do', function (data) {
$.get('/login/sendCaptcha.do', function (data) {
let json = JSON.parse(data);
if (json.code === 1) {
layer.open({