建图
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user