mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-23 15:21:36 +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()
|
protected function checkUserStatus()
|
||||||
{
|
{
|
||||||
if (empty($this->user['status'])) {
|
if (empty($this->user['status'])) {
|
||||||
$this->error('账户已经被冻结!');
|
$this->error('账户已被冻结!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user