mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 22:39:16 +08:00
Update Auth.php
This commit is contained in:
parent
59b3e419d5
commit
e3bc5043ff
@ -89,7 +89,7 @@ abstract class Auth extends Controller
|
||||
protected function checkUserStatus()
|
||||
{
|
||||
if (empty($this->user['status'])) {
|
||||
$this->error('账户已经被冻结!');
|
||||
$this->error('账户已被冻结!');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user