feat: 管理后台日志查询系统
后端: - 新增 /api/logs 路由,支持日志文件列表、统计、查询 - 按日期/级别/关键词筛选日志 前端: - 新增日志管理页面,展示今日统计和7天趋势 - 支持按级别筛选和关键词搜索 - 管理后台添加「系统日志」入口
This commit is contained in:
@@ -131,6 +131,14 @@
|
||||
"navigationBarTitleText": "系统配置",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/admin/logs",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "系统日志",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user