main
HuangHai 3 months ago
parent 8193f22220
commit e6c764d1c4

@ -117,13 +117,7 @@
async: false,
success: function (result) {
if (result.success) {
window.location.href = '/dsBase/index.html';
} else {
alert(result.msg);
if (result.redirect) {
window.location.href = '/dsBase/plogin.html';
}
refreshCaptcha();
window.location.href = '/dsWeb/index.html';
}
}
});

Loading…
Cancel
Save