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 @@
@@ -168,7 +165,7 @@ export default { components: { TopLang, Vcode }, data() { return { - config:WINDOW_CONFIG, + config: WINDOW_CONFIG, logoImg, VUE_APP_OSS_CONFIG_REGION: process.env.VUE_APP_OSS_CONFIG_REGION, loginForm: { diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index 1d4c886..9155670 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -2,18 +2,17 @@
- +
+ - {{ $t("trials:trials:title:eics") }} + {{ $t('trials:trials:title:eics') }}
@@ -38,7 +37,7 @@ > - {{ $t("trials:menuTitle:inspection") }} + {{ $t('trials:menuTitle:inspection') }} - {{ $t("trials:tab:trials") }} + {{ $t('trials:tab:trials') }} - {{ $t("trials:tab:notice") }} + {{ $t('trials:tab:notice') }} @@ -79,17 +78,17 @@ {{ - $t("trials:trials-myinfo:title:accountInfo") + $t('trials:trials-myinfo:title:accountInfo') }} {{ $t("trials:trials-myinfo:title:system") }}{{ $t('trials:trials-myinfo:title:system') }} {{ - $t("trials:trials-myinfo:button:loginout") + $t('trials:trials-myinfo:button:loginout') }} @@ -99,128 +98,128 @@