空气相关代码提交
This commit is contained in:
@@ -60,6 +60,12 @@ const getColumnOptions = function(column){
|
||||
const getPlaceGis = function(data){
|
||||
return axios.get("/acidRain/acidRain/gis/place",{params:data})
|
||||
}
|
||||
const getTrendChart = function(data){
|
||||
return axios.post("/acidRain/acidRain/trend/chart",data)
|
||||
}
|
||||
const getPlaceByRegionLevel = function(column){
|
||||
return axios.get("/acidRain/acidRain/place/region",{params:{column}})
|
||||
}
|
||||
const statisticCity = "/acidRain/acidRain/statistic/city"
|
||||
const statisticCounty = "/acidRain/acidRain/statistic/county"
|
||||
const statisticIon = "/acidRain/acidRain/statistic/ion"
|
||||
@@ -83,5 +89,7 @@ export {
|
||||
statisticCity,
|
||||
statisticIon,
|
||||
statisticCounty,
|
||||
getPlaceGis
|
||||
getPlaceGis,
|
||||
getTrendChart,
|
||||
getPlaceByRegionLevel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user