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

修改bug

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