修复数据库选择错误的问题

This commit is contained in:
CN-JS-HuiBai
2026-04-05 04:09:34 +08:00
parent 236a548f58
commit e55e6e8af6

View File

@@ -80,7 +80,8 @@
changePasswordMessage: document.getElementById('changePasswordMessage'), changePasswordMessage: document.getElementById('changePasswordMessage'),
globeContainer: document.getElementById('globeContainer'), globeContainer: document.getElementById('globeContainer'),
globeTotalNodes: document.getElementById('globeTotalNodes'), globeTotalNodes: document.getElementById('globeTotalNodes'),
globeTotalRegions: document.getElementById('globeTotalRegions') globeTotalRegions: document.getElementById('globeTotalRegions'),
sourceFilter: document.getElementById('sourceFilter')
}; };
// ---- State ---- // ---- State ----