修改接口地址

This commit is contained in:
庞东林
2022-01-25 10:39:44 +08:00
parent 7ba88f9249
commit 8257e74ec5
2 changed files with 7 additions and 5 deletions

View File

@@ -22,6 +22,6 @@ export const getRiverStationPoint = function () {
}
// 统计图表
export const riverWaterTrend = function () {
return axios.get('/api/waterFunctionArea/trendChart/data')
export const riverWaterTrend = function (data) {
return axios.post('/waterFunctionArea/trendChart/data',data)
}