|
@@ -90,7 +90,7 @@ import service from '@/api/index.js'
|
|
if (res.length == 0) {
|
|
if (res.length == 0) {
|
|
this.$UTILS.showPrompt('暂无项目!')
|
|
this.$UTILS.showPrompt('暂无项目!')
|
|
}
|
|
}
|
|
- this.positions = res;
|
|
|
|
|
|
+ this.positions = res.rows;
|
|
let img='https://cczdsz.cn/app/images/6ba09f14edcc49b5bd2ff0f6dee4bdb9.png'
|
|
let img='https://cczdsz.cn/app/images/6ba09f14edcc49b5bd2ff0f6dee4bdb9.png'
|
|
|
|
|
|
setTimeout(()=>{this.addMarkers(img)},1000)
|
|
setTimeout(()=>{this.addMarkers(img)},1000)
|