feat: 商品分类模块

This commit is contained in:
duan
2025-02-17 09:47:30 +08:00
parent 78523e85cc
commit da0888d87d
5 changed files with 77 additions and 212 deletions

View File

@@ -16,7 +16,7 @@ const AuthAPI = {
return request<any, Responseres>({
url: `${baseURL}`,
method: "post",
data,
data: { ...data, sort: '1' },
});
},
// 获取详情