作者 lyh

gx

... ... @@ -35,8 +35,6 @@ class LoginLogic extends BaseLogic
$this->fail('帐号已被禁用');
}
if (!Hash::check($this->requestAll['password'], $manage->password)) {
var_dump(Hash::make($this->requestAll['password']));
die();
$this->fail('登录密码不正确');
}
if(!empty($manage['token'])){
... ...