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");