fix issue
This commit is contained in:
@@ -2778,7 +2778,7 @@
|
||||
async function loadSystemInfo() {
|
||||
// 数据库状态检测
|
||||
try {
|
||||
await api('GET', '/../health');
|
||||
await fetch(window.location.origin + '/health');
|
||||
document.getElementById('sys-db-status').innerHTML =
|
||||
'<span class="badge badge-completed">正常</span>';
|
||||
} catch (_) {
|
||||
|
||||
Reference in New Issue
Block a user