暂时去除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() { 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 Vue.prototype.$openI18n = this.openI18n
}, },
// watch: { // watch: {

View File

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

View File

@ -1,11 +1,11 @@
<template> <template>
<el-dropdown <el-dropdown
style="height:50px;line-height: 60px;" style="height:50px;line-height: 65px;"
@command="handleSetLanguage" @command="handleSetLanguage"
> >
<span class="el-dropdown-link"> <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' }} --> <!-- {{ language==='zh'?'语言:中文':'Language: English' }} -->
<!-- <i class="el-icon-arrow-down el-icon--right" /> --> <!-- <i class="el-icon-arrow-down el-icon--right" /> -->
</span> </span>