摘要:
exportMyReport(){ let userInfo = JSON.parse(this.user) let data = new FormData();//接口参数格式 data.append('userid',userInfo.userId); data.append('roleid', 阅读全文
摘要:
loadHeatMap(){ let that = this; //创建一个Heatmap图层 that.heatMapSource = new ol.source.Vector({ url: "/static/public/map/heatMapLayer.json",//还可以是kml文件格式 阅读全文