@@ -43,7 +43,7 @@ class ShortVideoApi {
delVideo(ids) {
return request({
url: 'pc/teachingDsp/dsp/' + ids,
- method: 'delete'
+ method: 'put'
})
}