修改接口地址
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user