main
HuangHai 3 months ago
parent da70306ee0
commit b55f06da01

@ -115,10 +115,13 @@
"captcha": captcha "captcha": captcha
}, },
async: false, async: false,
success: function (result) { success: function (res) {
if (result.success) { if (res.success) {
window.location.href = '/dsWeb/index.html'; window.location.href = '/dsWeb/index.html';
}else{
alert(res.msg);
} }
} }
}); });
} }

@ -1,5 +1 @@
<<<<<<< HEAD 31916
30772
=======
32728
>>>>>>> 34d4ee5cc4e42d310e2f63abecc3a24461cfdcec

Loading…
Cancel
Save