support google map

This commit is contained in:
MaysWind
2023-06-17 23:14:09 +08:00
parent 38baf77c30
commit a5dbf5d4b7
10 changed files with 170 additions and 14 deletions
+2 -1
View File
@@ -145,7 +145,8 @@ export default {
});
document.addEventListener('DOMContentLoaded', () => {
loadMapAssets();
const languageInfo = this.$locale.getCurrentLanguageInfo();
loadMapAssets(languageInfo ? languageInfo.code : null);
});
},
methods: {