This commit is contained in:
xianfuxing 2018-08-28 12:21:37 +08:00
parent ded0611df8
commit 14541130f3
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ export default {
this.deviceList = response.data.results
// console.log(this.deviceList)
this.coordinate = this.deviceList[0].coordinate
console.log('coor', this.coordinate)
if (this.coordinate === null) {
this.coordinate = [113.203460828994, 22.64902452257]
}