dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图模式显示地块种养品种
xiebin
2022-08-25
a140d8c8fc7576c7b136b7df2ab9fcfcd1edfbd1
[zhny_web.git]
/
src
/
api
/
recovery
/
recovery.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import request from '@/router/axios';
export const recoveryStatistics = (current, size, params) => {
return request({
url: '/api/recovery/recoveryStatistics',
method: 'post',
params: {
...params,
current,
size,
}
})
}