From ce1bd2df258299dc295e55ae0450a75f2a5e5d13 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Fri, 2 Aug 2024 14:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 59697a13..8fb13978 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -269,7 +269,7 @@ export default { this.setLanguage("en"); this.$updateDictionary(); } else { - if (this.location === "USA") { + if (this.location === "USA" || this.NODE_ENV === "usa") { this.$i18n.locale = "en"; this.setLanguage("en"); this.$updateDictionary();