From 5227b46b504972a2a648de7a4d30c6850636353f Mon Sep 17 00:00:00 2001 From: coffee <724179447@qq.com> Date: Wed, 7 Sep 2022 02:41:43 +0000 Subject: [PATCH] =?UTF-8?q?fixed=204309465=20from=20https://gitee.com/CCAP?= =?UTF-8?q?I/ThinkAdmin/pulls/35=20update=20app/admin/controller/Index.php?= =?UTF-8?q?.=20=E7=94=A8=E6=88=B7=E8=B5=84=E6=96=99=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=9B=E5=AD=98=E5=9C=A8=E5=AE=89=E5=85=A8=E9=9A=90=E6=82=A3?= =?UTF-8?q?=EF=BC=9B=E7=94=A8=E6=88=B7=E6=A8=A1=E6=8B=9F=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E5=92=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=EF=BC=9B=E5=AF=BC=E8=87=B4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=8E=B7=E5=8F=96=E6=9C=80=E9=AB=98=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: coffee <724179447@qq.com> --- app/admin/controller/Index.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/admin/controller/Index.php b/app/admin/controller/Index.php index b138f6ea5..37d48f296 100644 --- a/app/admin/controller/Index.php +++ b/app/admin/controller/Index.php @@ -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