From 9dd584d68bdb9d112d6d48cf403ab90848557553 Mon Sep 17 00:00:00 2001 From: coffee <724179447@qq.com> Date: Wed, 7 Sep 2022 02:47:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20app/admin/controller/Index.php.=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=B5=84=E6=96=99=E6=8E=A5=E5=8F=A3=EF=BC=9B?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=AE=89=E5=85=A8=E9=9A=90=E6=82=A3=EF=BC=9B?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=A8=A1=E6=8B=9F=E8=AF=B7=E6=B1=82=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E5=92=8C=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=EF=BC=9B=E5=AF=BC=E8=87=B4=E7=94=A8=E6=88=B7=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E8=8E=B7=E5=8F=96=E6=9C=80=E9=AB=98=E6=9D=83=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