Merge branch 'uat' of https://gitea.frp.extimaging.com/XCKJ/irc_web into uat
continuous-integration/drone/push Build is running Details

uat_us
caiyiling 2024-08-02 14:10:11 +08:00
commit 23c0e4e675
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();