This commit is contained in:
weiz 2023-12-07 18:08:36 +08:00
parent edd2c619b9
commit 0a676af5b5
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/runtime/*
!/runtime/index.html
/config/install.lock
/public/nginx.htaccess

View File

@ -30,6 +30,10 @@ class OperationLog
if (strtolower(str_replace('.', '\\', $request->controller())) === 'setting\system\log') {
return;
}
if (strtolower(str_replace('.', '\\', $request->controller())) === 'auth\menu') {
return;
}
//获取操作注解
$notes = '';