diff --git a/src/api/productCate.js b/src/api/productCate.js index 9643165..f996299 100644 --- a/src/api/productCate.js +++ b/src/api/productCate.js @@ -9,7 +9,7 @@ export function fetchList(parentId,params) { export function deleteProductCate(id) { return request({ url:'/productCategory/delete/'+id, - method:'get' + method:'post' }) }