mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -4,7 +4,7 @@ namespace base\admin\middleware;
|
||||
|
||||
use think\Request;
|
||||
|
||||
class CsrfMiddlewareClass
|
||||
class CsrfMiddlewareBase
|
||||
{
|
||||
use \app\common\traits\JumpTrait;
|
||||
|
||||
@@ -10,7 +10,7 @@ use think\Request;
|
||||
* 系统操作日志中间件
|
||||
* Class SystemLog.
|
||||
*/
|
||||
class SystemLogClass
|
||||
class SystemLogBase
|
||||
{
|
||||
/**
|
||||
* 敏感信息字段,日志记录时需要加密.
|
||||
Reference in New Issue
Block a user