提交代码

This commit is contained in:
jiang 2024-11-20 15:28:13 +08:00
parent a4376fbb56
commit 306c625253
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export function updateDataSetLabels(data) {
// 删除样本标签管理
export function delDataSetLabels(labelId) {
return request({
url: '/ai/dataSetLabels/delete' + labelId,
url: '/ai/dataSetLabels/delete/' + labelId,
method: 'post'
})
}