From db981b88b831f56f693797cbe5ec2d17c5f9ad2c Mon Sep 17 00:00:00 2001 From: EduBrain Dev Date: Tue, 14 Apr 2026 19:53:01 +0800 Subject: [PATCH] fix issue --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index b770569..b732d0e 100644 --- a/static/index.html +++ b/static/index.html @@ -2778,7 +2778,7 @@ async function loadSystemInfo() { // 数据库状态检测 try { - await api('GET', '/../health'); + await fetch(window.location.origin + '/health'); document.getElementById('sys-db-status').innerHTML = '正常'; } catch (_) {