更换地图

This commit is contained in:
2024-08-25 16:18:49 +08:00
parent df2c352223
commit 3644e68d4a
4 changed files with 158 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ export default {
},
mounted() {
this.scaleByAspect()
window.onresize = () => this.scaleByAspect()
}
}
</script>