diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index 082a8545..ee83bc71 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -46,6 +46,12 @@ {{ $t('trials:trials-myinfo:title:accountInfo') }} + + {{ $t("trials:trials-myinfo:title:system") }} {{ $t('trials:trials-myinfo:button:loginout') }} @@ -108,6 +114,9 @@ export default { case '4-3': this.logout() break + case "4-4": + this.go("/system"); + break; case '1': this.go('/trials/trials-workbench') break