暂时去除i18n
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-28 10:58:18 +08:00
parent 71e00ecf5b
commit f6eb5b8cd5
3 changed files with 5 additions and 4 deletions

View File

@ -112,7 +112,8 @@ export default {
}
},
mounted() {
this.show = process.env.VUE_APP_OSS_PATH === '/test/dist'
// this.show = process.env.VUE_APP_OSS_PATH === '/test/dist'
this.show = false
Vue.prototype.$openI18n = this.openI18n
},
// watch: {

View File

@ -218,7 +218,7 @@ export default {
.right-menu {
// float: right;
height: 100%;
line-height: 50px;
line-height: 65px;
// position: relative;
&:focus {
outline: none;

View File

@ -1,11 +1,11 @@
<template>
<el-dropdown
style="height:50px;line-height: 60px;"
style="height:50px;line-height: 65px;"
@command="handleSetLanguage"
>
<span class="el-dropdown-link">
<svg-icon icon-class="language" style="font-size:25px;margin:0 10px;" />
<svg-icon icon-class="language" style="font-size:20px;margin:0 10px;" />
<!-- {{ language==='zh'?'语言:中文':'Language: English' }} -->
<!-- <i class="el-icon-arrow-down el-icon--right" /> -->
</span>