From b8279e1f4cc37c5d1425be0ca2a924287b6aa2b4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 26 Nov 2024 16:04:30 +0800 Subject: [PATCH] =?UTF-8?q?logo=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- src/views/login/index.vue | 13 +- .../trials-layout/components/trialsNavbar.vue | 159 +++++++++--------- 3 files changed, 85 insertions(+), 89 deletions(-) diff --git a/src/main.js b/src/main.js index 7e33464..27b3929 100644 --- a/src/main.js +++ b/src/main.js @@ -278,7 +278,7 @@ async function VueInit() { if (eval(process.env.VUE_APP_LOGIN_FOR_PERMISSION)) { setInterval(() => { var lang = zzSessionStorage.getItem('lang') ? zzSessionStorage.getItem('lang') : 'zh' - if (_vm.$route.path === '/ReviewersResearchForm' || _vm.$route.path === '/ReviewersResearch' || path === '/' || _vm.$route.path === '/login' || _vm.$route.path === '/researchForm' || _vm.$route.path === '/researchLogin' || _vm.$route.path === '/email-recompose' || _vm.$route.path === '/recompose' || _vm.$route.path === '/resetpassword' || _vm.$route.path === '/error') { + if (_vm.$route.path === '/ReviewersResearchForm' || _vm.$route.path === '/ReviewersResearch' || _vm.$route.path === '/' || _vm.$route.path === '/login' || _vm.$route.path === '/researchForm' || _vm.$route.path === '/researchLogin' || _vm.$route.path === '/email-recompose' || _vm.$route.path === '/recompose' || _vm.$route.path === '/resetpassword' || _vm.$route.path === '/error') { return } if (_vm.$store.state.user.userId !== zzSessionStorage.getItem('userId')) { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ab5bb64..dcb89e9 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -7,15 +7,12 @@