华先生º2018-01-10 20:01:09
이는 TP5의 오류 수준과 오류 메커니즘을 설정했는지 여부에 따라 다릅니다. 오류를 설정하는 경우 admin/common.php에 error_reporting(E_ERROR | E_WARNING | E_PARSE)
를 추가하지 마세요.老悦要发达2017-11-28 22:52:48
데이터베이스 작성 부분을 주석처리하고 로그인 템플릿의 ajax를 사용하세요
if (data.status == 1) {
Alert(data.message);
window.location.href = " { :url('index/index')}";
} else {
Alert(data.message);
window.location.href = "{:url('login/index')} ";
}