feat: 管理后台日志查询系统

后端:
- 新增 /api/logs 路由,支持日志文件列表、统计、查询
- 按日期/级别/关键词筛选日志

前端:
- 新增日志管理页面,展示今日统计和7天趋势
- 支持按级别筛选和关键词搜索
- 管理后台添加「系统日志」入口
This commit is contained in:
2026-06-08 14:33:09 +08:00
parent 0de4c9832c
commit cc09a177ef
6 changed files with 669 additions and 0 deletions

View File

@@ -131,6 +131,14 @@
"navigationBarTitleText": "系统配置",
"enablePullDownRefresh": true
}
},
{
"path": "pages/admin/logs",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "系统日志",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {