From f6eb5b8cd5d7b3c624fde7d0c30071ad8924fa5a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 28 Jan 2026 10:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8E=BB=E9=99=A4i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++- src/layout/components/Navbar.vue | 2 +- src/layout/components/topLang.vue | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6831a218..b9be4bcc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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: { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9268d926..2d89a113 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -218,7 +218,7 @@ export default { .right-menu { // float: right; height: 100%; - line-height: 50px; + line-height: 65px; // position: relative; &:focus { outline: none; diff --git a/src/layout/components/topLang.vue b/src/layout/components/topLang.vue index 540e4bd1..8d020f0b 100644 --- a/src/layout/components/topLang.vue +++ b/src/layout/components/topLang.vue @@ -1,11 +1,11 @@