mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 14:59:14 +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 $member;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 控制器初始化
|
||||||
|
*/
|
||||||
protected function initialize()
|
protected function initialize()
|
||||||
{
|
{
|
||||||
$this->token = $this->request->request('token', '');
|
$this->token = $this->request->request('token', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user