dashboard
repositories
filestore
activity
search
login
main
/
zhny-dsjdp
智慧农业大数据平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修正天地图刷新后为球的问题,字体格式调整
guoshilong
2022-10-10
0d09f0e9c356bbacb46a0cff2a95b0e20504763e
[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
}
})
}