fix: jobApi.stop URL 拼接错误
This commit is contained in:
parent
569cb96ffc
commit
e4886b170d
@ -120,7 +120,7 @@ export function triggerJob (id) {
|
||||
|
||||
export function stop (id) {
|
||||
return request({
|
||||
url: jobApi.stop + id,
|
||||
url: `jobApi.stop/${id}`,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user