mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update Auth.php
This commit is contained in:
parent
624f924251
commit
9232efa74f
@ -31,6 +31,9 @@ abstract class Auth extends Controller
|
||||
*/
|
||||
protected $member;
|
||||
|
||||
/**
|
||||
* 控制器初始化
|
||||
*/
|
||||
protected function initialize()
|
||||
{
|
||||
$this->token = $this->request->request('token', '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user