修复api错误

This commit is contained in:
paulGao
2022-02-17 14:54:18 +08:00
parent aee67ec317
commit 7376d4d890
3 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ export function getDetailById (id) {
// 店铺分类
export function getCateById (id) {
return request({
url: `/buyer/goods/store/label/get/${id}`,
url: `/buyer/store/store/label/get/${id}`,
needToken: true,
method: Method.GET
})