diff --git a/application/admin/controller/auth/Rule.php b/application/admin/controller/auth/Rule.php index 4a9ba5bdbaf701f1554aac95ef689e70bb41b8d6..27d987370f69681e11dd648ef44328539e60d815 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();