更新日志记录
This commit is contained in:
parent
1d8944cd86
commit
02ac63b945
@ -30,6 +30,9 @@ class OperationLog
|
|||||||
if (strtolower(str_replace('.', '\\', $request->controller())) === 'setting\system\log') {
|
if (strtolower(str_replace('.', '\\', $request->controller())) === 'setting\system\log') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (strtolower(str_replace('.', '\\', $request->controller())) === 'auth\menu') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
//获取操作注解
|
//获取操作注解
|
||||||
$notes = '';
|
$notes = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user