diff --git a/plugins/stats_dashboard/templates/robot_management.html b/plugins/stats_dashboard/templates/robot_management.html index 6079a13..f8fdfb1 100644 --- a/plugins/stats_dashboard/templates/robot_management.html +++ b/plugins/stats_dashboard/templates/robot_management.html @@ -137,7 +137,7 @@ } }, mounted() { - this.currentView = '5'; // 设置当前菜单项 + this.currentView = '6'; // 设置当前菜单项 this.loadGroups(); }, methods: {