From 402042e2ee63f1ed5b1d5d6df483270ab996e76e Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 15 Sep 2024 18:55:42 +0800
Subject: [PATCH] 1

---
 src/page/authentication/components/nationalityList.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/page/authentication/components/nationalityList.vue b/src/page/authentication/components/nationalityList.vue
index c988bf5..3c52a6f 100644
--- a/src/page/authentication/components/nationalityList.vue
+++ b/src/page/authentication/components/nationalityList.vue
@@ -172,6 +172,9 @@
     mounted() {
         // this.$emit('excountry', this.countries[this.countryCode])
         this.language = this.$i18n.locale
+		if(this.language=='zh-TW'){
+			this.language='zh-CN'
+		}
         this.countriesFind = this.countries[this.language]
         this.getData();
     },

--
Gitblit v1.9.3