fix: 管理后台页面修复

- AdminLayout: 侧边栏布局和导航修复
- dal.ts: 数据访问层 API 调用修复
- Dashboard: 仪表盘统计卡片和数据加载修复
- Backtest: 回测配置和结果展示修复
- LLMConfig: LLM 配置页面修复
- Predictions: 预测管理页面修复
This commit is contained in:
shangfangjian
2026-09-20 08:45:27 +08:00
parent 7b1457f0db
commit 78375d6e39
6 changed files with 223 additions and 182 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export async function triggerCollection(req: CollectionRequest): Promise<any> {
injuries: {
path: `${API_BASE}/ingest/injuries`,
body: {
date: req.date_from || new Date().toISOString().slice(0, 10),
date: req.date_from || new Date().toLocaleDateString('sv-SE'),
},
},
}