diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index f260eb6..1d4c886 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -32,7 +32,10 @@ - + {{ $t("trials:menuTitle:inspection") }} @@ -78,6 +81,12 @@ {{ $t("trials:trials-myinfo:title:accountInfo") }} + + {{ $t("trials:trials-myinfo:title:system") }} {{ $t("trials:trials-myinfo:button:loginout") @@ -171,6 +180,9 @@ export default { case "4-3": this.logout(); break; + case "4-4": + this.go("/system"); + break; case "1": this.go("/trials/trials-inspection"); break;