From 05e8f4ddd7391d22a191e8a047d659d3c7e947af Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 May 2026 14:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=20Please=20enter=20the=20?= =?UTF-8?q?commit=20message=20for=20your=20changes.=20Lines=20starting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app/adminapi/event.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/app/adminapi/event.php b/server/app/adminapi/event.php index 02a6f2bf..f8488014 100644 --- a/server/app/adminapi/event.php +++ b/server/app/adminapi/event.php @@ -16,7 +16,8 @@ return [ 'listen' => [ 'AppInit' => [], 'HttpRun' => [], - 'HttpEnd' => ['app\adminapi\listener\OperationLog'], + // 关闭管理员操作日志写入 zyt_operation_log(需记录时恢复下行 listener) + 'HttpEnd' => [], 'LogLevel' => [], 'LogWrite' => [], ]