上传图片

This commit is contained in:
Mrtangl
2022-04-18 17:02:48 +08:00
parent 099209c484
commit 7416b97307
3 changed files with 9 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ export function apiFileCateEdit(params: { id: number; name: string }) {
// 文件分类删除
export function apiFileCateDelete(params: { id: number }) {
return request.post('/album/albumDel', params)
return request.post('/album/cateDel', params)
}
// 文件分类列表