国际化问题修改
continuous-integration/drone/push Build is running Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-02 14:08:42 +08:00
parent ea413ffe0b
commit ce1bd2df25
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ export default {
this.setLanguage("en"); this.setLanguage("en");
this.$updateDictionary(); this.$updateDictionary();
} else { } else {
if (this.location === "USA") { if (this.location === "USA" || this.NODE_ENV === "usa") {
this.$i18n.locale = "en"; this.$i18n.locale = "en";
this.setLanguage("en"); this.setLanguage("en");
this.$updateDictionary(); this.$updateDictionary();