From 02ac63b94581127952fc7245ade35fb91d63fe3b Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Thu, 7 Dec 2023 15:22:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/adminapi/listener/OperationLog.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/adminapi/listener/OperationLog.php b/app/adminapi/listener/OperationLog.php index 87bb054c0..e1f0f99d8 100755 --- a/app/adminapi/listener/OperationLog.php +++ b/app/adminapi/listener/OperationLog.php @@ -30,6 +30,9 @@ class OperationLog if (strtolower(str_replace('.', '\\', $request->controller())) === 'setting\system\log') { return; } + if (strtolower(str_replace('.', '\\', $request->controller())) === 'auth\menu') { + return; + } //获取操作注解 $notes = '';