From 264e0ee7c4afa98551cae75646ef50fcb0a78bc5 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 29 Apr 2024 16:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=9B=BD=E7=8E=AF=E5=A2=83=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=8F=9C=E5=8D=95=E6=A0=8F=E5=88=87=E6=8D=A2=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-layout/components/trialsNavbar.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index c91235da..082a8545 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -50,7 +50,8 @@ {{ $t('trials:trials-myinfo:button:loginout') }} - + + @@ -66,7 +67,8 @@ export default { activeIndex: '2', isReviewer: false, userTypeShortName: zzSessionStorage.getItem('userTypeShortName'), - notice: '' + notice: '', + VUE_APP_OSS_CONFIG_REGION: process.env.VUE_APP_OSS_CONFIG_REGION } }, computed: {