美国环境隐藏菜单栏切换语言功能
continuous-integration/drone/push Build is pending Details

uat_us
caiyiling 2024-04-29 16:58:56 +08:00
parent 434fe551b3
commit 264e0ee7c4
1 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,8 @@
<el-menu-item index="4-3">{{ $t('trials:trials-myinfo:button:loginout') }}</el-menu-item>
</el-submenu>
</el-menu>
<TopLang />
<TopLang v-if="VUE_APP_OSS_CONFIG_REGION !== 'oss-us-west-1'"/>
</div>
</div>
</template>
@ -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: {