From 5c4a76f76b494ed1677470fc160d55d82c18328b Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 25 Mar 2025 11:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/stats_dashboard/templates/robot_management.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {