feat: 完成面板日志功能

This commit is contained in:
ssongliu
2022-11-15 17:20:57 +08:00
committed by ssongliu
parent 0dfb9bd5c7
commit 3a3670f660
37 changed files with 838 additions and 358 deletions

View File

@@ -74,7 +74,7 @@ func Routers() *gin.Engine {
systemRouter.InitCommandRouter(PrivateGroup)
systemRouter.InitTerminalRouter(PrivateGroup)
systemRouter.InitMonitorRouter(PrivateGroup)
systemRouter.InitOperationLogRouter(PrivateGroup)
systemRouter.InitLogRouter(PrivateGroup)
systemRouter.InitFileRouter(PrivateGroup)
systemRouter.InitCronjobRouter(PrivateGroup)
systemRouter.InitSettingRouter(PrivateGroup)