From 665f495e2d02641f266f3d91e20b0a208551ce9a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 28 May 2024 13:46:56 +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-layout/components/trialsNavbar.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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;