From 611d9d1a2e2cff416e37373c89d88d18f55c0bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=AE=85=E7=94=B7?= <530765310@qq.com> Date: Mon, 7 Aug 2023 02:51:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=B7=B2=E5=81=9A=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E7=BC=93=E5=AD=98=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 御宅男 <530765310@qq.com> --- application/admin/controller/auth/Rule.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/admin/controller/auth/Rule.php b/application/admin/controller/auth/Rule.php index 4a9ba5bdb..27d987370 100644 --- a/application/admin/controller/auth/Rule.php +++ b/application/admin/controller/auth/Rule.php @@ -82,7 +82,6 @@ class Rule extends Backend if ($result === false) { $this->error($this->model->getError()); } - Cache::rm('__menu__'); $this->success(); } $this->error(); @@ -124,7 +123,6 @@ class Rule extends Backend if ($result === false) { $this->error($row->getError()); } - Cache::rm('__menu__'); $this->success(); } $this->error(); -- Gitee