diff --git a/admin/dashboard/templates/system_status.html b/admin/dashboard/templates/system_status.html index ea7ca54..da5f1f6 100644 --- a/admin/dashboard/templates/system_status.html +++ b/admin/dashboard/templates/system_status.html @@ -3,16 +3,15 @@ {% block title %}服务器监控 - 机器人管理后台{% endblock %} {% block content %} - -
+
- +
服务器监控
- +
@@ -27,27 +26,48 @@ mixins: [baseApp], data() { return { - // 设置当前菜单项 - currentView: '14' // 使用一个新的索引,确保在菜单中能正确高亮 + currentView: '14', + showTimeRangeSelector: false // 禁用时间范围选择器 } }, mounted() { - // 页面加载时设置当前视图 this.currentView = '14'; } }); {% endblock %} \ No newline at end of file