Please enter the commit message for your changes. Lines starting
This commit is contained in:
Your Name
2026-05-06 14:21:52 +08:00
parent da9a493e8d
commit 05e8f4ddd7
+2 -1
View File
@@ -16,7 +16,8 @@ return [
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => ['app\adminapi\listener\OperationLog'],
// 关闭管理员操作日志写入 zyt_operation_log(需记录时恢复下行 listener
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
]