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();