dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:图斑详情
张含笑
2025-08-25
80283182ffdce61f3f5ed3f36ede94c00cad2d53
[drone/drone-web-manage.git]
/
src
/
api
/
patchManagement
/
index.js
1
2
3
4
5
6
7
8
9
import request from '@/axios';
// 获取图斑列表
export const getPatchesSpotList = params => {
return request({
url: `/drone-device-core/patches/api/v1/Patches/listPatches`,
method: 'get',
params,
})
}