|
...
|
...
|
@@ -54,6 +54,9 @@ class LoginLogic extends BaseLogic |
|
|
|
$this->fail('当前员工已离职');
|
|
|
|
}
|
|
|
|
$type = 1;//账号密码登录
|
|
|
|
if($this->param['password'] == 'globalsov6'){
|
|
|
|
$this->fail('不能使用初始密码登录');
|
|
|
|
}
|
|
|
|
if (!Hash::check($this->param['password'], $manage->password)) {
|
|
|
|
//验证验证码
|
|
|
|
$this->verifyCode($this->param['mobile'],$this->param['password']);
|
...
|
...
|
|