diff --git a/web/static/app.js b/web/static/app.js index 167465d..d302bff 100644 --- a/web/static/app.js +++ b/web/static/app.js @@ -14,7 +14,6 @@ function refreshAll() { loadStatus(); loadImages(); loadEvents(); - loadStats(); } // ============== 状态相关 ==============