作者 lyh

gx

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