适配修改后的api

This commit is contained in:
paulGao
2022-02-12 15:20:36 +08:00
parent 61a9110c51
commit acff55dc65
16 changed files with 167 additions and 94 deletions

View File

@@ -72,7 +72,7 @@ export const saveArticleCategory = (params) => {
//删除文章分类
export const delArticleCategory = (id) => {
return deleteRequest(`/other/articleCategory${id}`)
return deleteRequest(`/other/articleCategory/${id}`)
}
//修改文章分类
export const updateArticleCategory = (params, id) => {