dashboard
repositories
filestore
activity
search
login
main
/
zhny-dsjdp
智慧农业大数据平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改首页销售趋势样式;经营概况、农资出入库记录页面显示3条
guoshilong
2022-10-24
b6c337de5d32812de8db8a5ff0c1e0401f1447cc
[zhny-dsjdp.git]
/
src
/
api
/
remote
/
remote.js
1
2
3
4
5
6
7
8
9
10
11
import request from '@/router/axios'
export const getSensings = (type) => {
return request({
url: '/remote/remote/getSensings',
method: 'get',
params: {
type
}
})
}