美国环境隐藏菜单栏切换语言功能
continuous-integration/drone/push Build is pending
Details
continuous-integration/drone/push Build is pending
Details
parent
434fe551b3
commit
264e0ee7c4
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue