优化代码

This commit is contained in:
dqjdda
2019-11-24 12:01:35 +08:00
parent b428376ed1
commit 1d71d2cc85
9 changed files with 221 additions and 513 deletions

View File

@@ -44,11 +44,4 @@ export function delAll(ids) {
})
}
export function downloadQiNiu(params) {
return request({
url: 'api/qiNiuContent/download/list',
method: 'get',
params,
responseType: 'blob'
})
}
export default { del, download, sync, delAll }