Commit 6a5cfe83 authored by 刘帅阳's avatar 刘帅阳

修改bug

parent 5ade8973
......@@ -52,7 +52,7 @@ export function updateSysContentNewsInformation(data) {
// 5. 逻辑删除新闻资讯
export function delSysContentNewsInformation(businessId, unitId) {
return request({
url: '/cmsvideo/delete/' + businessId + '/' + unitId,
url: '/cmsvideo/deleteLogical/' + businessId + '/' + unitId,
method: 'delete'
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment