Commit 6501eb38 by 莫晓莉

新闻附件上传提交审核成功

parent f877712e
...@@ -159,3 +159,13 @@ export const findNews = (data) => { ...@@ -159,3 +159,13 @@ export const findNews = (data) => {
}) })
} }
//删除附件
export const delFile = (data) => {
return request({
url: 'websiteCluster/website/delFile',
method: 'POST',
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