code refactor

This commit is contained in:
MaysWind
2024-08-03 19:11:30 +08:00
parent f1f61a9038
commit f2c0ffab99
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ export default {
document.addEventListener('DOMContentLoaded', () => {
const languageInfo = this.$locale.getCurrentLanguageInfo();
loadMapAssets(languageInfo ? languageInfo.code : null);
loadMapAssets(languageInfo ? languageInfo.alternativeLanguageTag : null);
});
},
methods: {