更新冲突

This commit is contained in:
yaooo 2023-12-08 15:38:48 +08:00
commit f3590d0186
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

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