优化
This commit is contained in:
@ -94,7 +94,7 @@ export const editProgress = (data) => {
|
||||
// 删除进度
|
||||
export const deleteProgress = (id) => {
|
||||
return request({
|
||||
url: `/removeProgress/{id}`,
|
||||
url: `/patch/removeProgress/${id}`,
|
||||
method: 'delete'
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user