@@ -123,6 +123,7 @@ class LoginForm extends Model {
$this->getUser();
if(!$this->_user){
+ AdminLoginLogger::fail(['FAIL_NUMS' => 1, 'ADMIN_NAME' => $this->adminName, 'LOGIN_NUMS' => 1], '账号不存在');
throw new Exception('账号不存在');
}
// 失败次数到达上限次数