|
@@ -36,7 +36,7 @@ export function getRecordList(taskId) {
|
|
// 巡林轨迹
|
|
// 巡林轨迹
|
|
export function getPointList(recordId) {
|
|
export function getPointList(recordId) {
|
|
return request({
|
|
return request({
|
|
- url: '/center-data/track/getTrack/'+recordId.toString(),
|
|
|
|
|
|
+ url: '/center-data/patrolTrack/getTrack/'+recordId.toString(),
|
|
method: 'get',
|
|
method: 'get',
|
|
})
|
|
})
|
|
}
|
|
}
|