更新日志记录

This commit is contained in:
yaooo 2023-12-07 15:22:53 +08:00
parent 1d8944cd86
commit 02ac63b945

View File

@ -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 = '';