From ee487483d6179570ac3b70e782b934d553609958 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 28 May 2024 14:03:47 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B1=BB=E8=B4=A6=E5=8F=B7?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=9B=E5=85=A5=E7=AE=A1=E7=90=86=E5=90=8E?=
=?UTF-8?q?=E5=8F=B0=E7=9A=84=E8=8F=9C=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-layout/components/trialsNavbar.vue | 9 +++++++++
1 file changed, 9 insertions(+)
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