路径修改

This commit is contained in:
fengtianyangyang
2022-01-20 17:21:30 +08:00
parent 1bee69cefb
commit 1c3d711298
12 changed files with 35 additions and 39 deletions

View File

@@ -44,7 +44,7 @@ export function goodsSkuDetail (params) {
// 获取所有商品分类
export function getCategory (parentId) {
return request({
url: `/buyer/category/get/${parentId}`,
url: `/buyer/goods/category/get/${parentId}`,
method: Method.GET,
needToken: false
});