| | |
| | | }, |
| | | illegalCarUrl() { |
| | | this.$byutil.postData4(this,this.pageConfig.illegalCarUrl,null,res => { |
| | | this.weizhangList = res.obj |
| | | this.weizhangList = res.data |
| | | }) |
| | | }, |
| | | houtaiBtn() { //跳转后台页面 |
| | |
| | | }, |
| | | getData() { |
| | | this.$byutil.postData4(this,this.pageConfig.getDataUrl,null,res => { |
| | | this.tongjiNumObj.data1 = res.obj.data1 |
| | | this.tongjiNumObj.data2 = res.obj.data2 |
| | | this.tongjiNumObj.data3 = res.obj.data3 |
| | | this.tongjiNumObj.data4 = res.obj.data4 |
| | | this.tongjiNumObj.data5 = res.obj.data5 |
| | | this.tongjiNumObj.data6 = res.obj.data6 |
| | | this.tongjiNumObj.data7 = res.obj.data7 |
| | | this.tongjiNumObj.data8 = res.obj.data8 |
| | | this.tongjiNumObj.data9 = res.obj.data9 |
| | | this.tongjiNumObj.data10 = res.obj.data10 |
| | | this.tongjiNumObj.data11 = res.obj.data11 |
| | | this.tongjiNumObj.data12 = res.obj.data12 |
| | | this.tongjiNumObj.data13 = res.obj.data13 |
| | | this.tongjiNumObj.data1 = res.data.data1 |
| | | this.tongjiNumObj.data2 = res.data.data2 |
| | | this.tongjiNumObj.data3 = res.data.data3 |
| | | this.tongjiNumObj.data4 = res.data.data4 |
| | | this.tongjiNumObj.data5 = res.data.data5 |
| | | this.tongjiNumObj.data6 = res.data.data6 |
| | | this.tongjiNumObj.data7 = res.data.data7 |
| | | this.tongjiNumObj.data8 = res.data.data8 |
| | | this.tongjiNumObj.data9 = res.data.data9 |
| | | this.tongjiNumObj.data10 = res.data.data10 |
| | | this.tongjiNumObj.data11 = res.data.data11 |
| | | this.tongjiNumObj.data12 = res.data.data12 |
| | | this.tongjiNumObj.data13 = res.data.data13 |
| | | console.log('this.tongjiNumObj.data13--------',this.tongjiNumObj.data13) |
| | | this.zhengticheweiliyonglv() |
| | | this.tongjiNumObj.data14 = res.obj.data14 |
| | | this.tongjiNumObj.data14 = res.data.data14 |
| | | console.log('this.tongjiNumObj.data14--------',this.tongjiNumObj.data14) |
| | | this.fakuancheliangchengjiaolv() |
| | | this.tongjiNumObj.data15 = res.obj.data15 |
| | | this.tongjiNumObj.data16 = res.obj.data16 |
| | | this.tongjiNumObj.data17 = res.obj.data17 |
| | | this.tongjiNumObj.data18 = res.obj.data18 |
| | | this.tongjiNumObj.data19 = res.obj.data19 |
| | | this.tongjiNumObj.data20 = res.obj.data20 |
| | | this.tongjiNumObj.data15 = res.data.data15 |
| | | this.tongjiNumObj.data16 = res.data.data16 |
| | | this.tongjiNumObj.data17 = res.data.data17 |
| | | this.tongjiNumObj.data18 = res.data.data18 |
| | | this.tongjiNumObj.data19 = res.data.data19 |
| | | this.tongjiNumObj.data20 = res.data.data20 |
| | | |
| | | }) |
| | | }, |
| | |
| | | }, |
| | | addHeatMap(map) { //热力图 |
| | | this.$byutil.postData(this,this.pageConfig.getLogoUrl,null,res => { |
| | | this.reliArry = res.obj |
| | | this.reliArry = res.data |
| | | this.reliArry.forEach(item => { |
| | | this.lngData.push({count:70,lat:item.lat,lng:item.lng}) |
| | | }) |
| | |
| | | }, |
| | | addMarker(map,point) { //添加自定义图标 |
| | | this.$byutil.postData(this,this.pageConfig.findAllUrl,null,res => { |
| | | res.obj.forEach(item => { |
| | | res.data.forEach(item => { |
| | | if(item.lat) { |
| | | point = new BMap.Point(item.lng,item.lat) |
| | | //设置标注的图标 |