华先生º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')}";
}