From 73a6935fb8e5676765291cfaa84cbbf43b69ef54 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Wed, 31 Jul 2024 10:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=AE=BF=E9=97=AE=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-layout/components/trialsNavbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index bc036840..5d6720fb 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -162,7 +162,7 @@ export default { this.logout(); break; case "4-4": - this.go("/system"); + this.go("/dashboard/list"); break; case "1": this.go("/trials/trials-workbench");