mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Pre Merge pull request !36 from coffee/cherry-pick-1662518590
This commit is contained in:
commit
09aa4e17de
@ -77,7 +77,20 @@ class Index extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* 表单数据处理
|
||||||
|
* @param array $data
|
||||||
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
|
* @throws \think\db\exception\DbException
|
||||||
|
* @throws \think\db\exception\ModelNotFoundException
|
||||||
|
*/
|
||||||
|
protected function _form_filter(array &$data)
|
||||||
|
{
|
||||||
|
if ($this->request->isPost()) {
|
||||||
|
unset($data['username']);
|
||||||
|
unset($data['authorize']);
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* 修改用户资料
|
* 修改用户资料
|
||||||
* @login true
|
* @login true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user