# up
This commit is contained in:
parent
ded0611df8
commit
14541130f3
|
@ -86,6 +86,7 @@ export default {
|
||||||
this.deviceList = response.data.results
|
this.deviceList = response.data.results
|
||||||
// console.log(this.deviceList)
|
// console.log(this.deviceList)
|
||||||
this.coordinate = this.deviceList[0].coordinate
|
this.coordinate = this.deviceList[0].coordinate
|
||||||
|
console.log('coor', this.coordinate)
|
||||||
if (this.coordinate === null) {
|
if (this.coordinate === null) {
|
||||||
this.coordinate = [113.203460828994, 22.64902452257]
|
this.coordinate = [113.203460828994, 22.64902452257]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue