Commit e0ec0524 authored by 罗林杰's avatar 罗林杰

修改bug

parent 05e07a0e
......@@ -74,7 +74,7 @@ export function comment(data) {
//删除动态
export function delArticle(id) {
return request({
url: '/app/delete/' + id,
url: '/app/opmArticle/delete/' + id,
method: 'delete',
headers: {}
})
......@@ -83,7 +83,7 @@ export function delArticle(id) {
//删除评论
export function deleteComment(data) {
return request({
url: '/app/deleteComment/' + data.bussinessId,
url: '/app/opmArticle/deleteComment/' + data.bussinessId,
method: 'delete',
data:data
})
......
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