Heim > Fragen und Antworten > Hauptteil
Beim Anmelden wird kein Fehler gemeldet und die Übermittlung wird nicht umgeleitet, sondern nur auf die ursprüngliche Webseite
华先生º2018-01-10 20:01:09
这个是看你有没有设置错误级别,TP5的错误机制。设置错误别在admin/common.php里加入error_reporting(E_ERROR | E_WARNING | E_PARSE);
老悦要发达2017-11-28 22:52:48
注释掉数据库写入的部分,并且login的模版的ajax
if (data.status == 1) {
alert(data.message);
window.location.href = "{:url('index/index')}";
} else {
alert(data.message);
window.location.href = "{:url('login/index')}";
}