From f5c4901598b9b5e972c45b8e7bc064a8eac65e45 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 3 Nov 2021 16:02:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/rightBox/setting/globalizationBox.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue b/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue index 3ec576b00..8f0292dca 100644 --- a/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue +++ b/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue @@ -160,9 +160,6 @@ export default { handler (n, o) { this.isEdit = true this.editGlobalization = JSON.parse(JSON.stringify(n)) - if (!this.editGlobalization.id) { - this.languageList[1].value = 'en' - } } } }