mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Auth.php
This commit is contained in:
parent
d241b4c3a0
commit
3a94654076
@ -17,7 +17,6 @@ namespace app\admin\controller;
|
||||
|
||||
use think\admin\Controller;
|
||||
use think\admin\service\AdminService;
|
||||
use app\wechat\service\WechatService;
|
||||
|
||||
/**
|
||||
* 系统权限管理
|
||||
@ -81,7 +80,7 @@ class Auth extends Controller
|
||||
*/
|
||||
public function state()
|
||||
{
|
||||
|
||||
|
||||
$this->_applyFormToken();
|
||||
$this->_save($this->table, ['status' => input('status')]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user