From eef3f5d49b2259a9ad47e2feef575c3f81dac8c6 Mon Sep 17 00:00:00 2001 From: zhang zhuo Date: Mon, 23 Jun 2025 14:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=B7=BB=E5=8A=A0=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/Admin/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Admin/System.php b/app/Controller/Admin/System.php index b01f81d..c1a9d24 100644 --- a/app/Controller/Admin/System.php +++ b/app/Controller/Admin/System.php @@ -73,7 +73,7 @@ class System extends Base #[Auth(needAuth: false, auth: "menu:quick")] public function menuQuickAdd() { - $data = Param::only(['pid' => 0, 'title' => '', 'flag', 'name', 'path', 'icon'], $this->request->post()); + $data = Param::only(['pid' => 0, 'title' => '', 'flag', 'name', 'path', 'icon', 'account_type' => 1], $this->request->post()); $request = $this->container->get(mRequest::class); $request->scene('quick')->validateResolved(); $res = mModel::quickAdd($data);