code refactor

This commit is contained in:
MaysWind
2024-08-03 18:21:04 +08:00
parent 77439f675b
commit f1f61a9038
10 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ export default {
}
},
currentLanguageCode() {
return this.$locale.getCurrentLanguageCode();
return this.$locale.getCurrentLanguageTag();
},
currentLanguageName() {
return this.$locale.getCurrentLanguageDisplayName();