This commit is contained in:
2025-10-31 10:06:20 +08:00
parent 023aa4d3dc
commit 4e105e7127
2 changed files with 9 additions and 4 deletions

View File

@@ -248,9 +248,11 @@ export default {
if (res && res.code === 200) {
this.message = this.$t('carbuildingmap')
this.error = false
this.$nextTick(() => {
this.$refs.glMap.init()
})
setTimeout(() => {
this.$nextTick(() => {
this.$refs.glMap.init()
})
}, 2000)
}
this.loading.close()
} catch (e) {