This commit is contained in:
杨鹏
2025-09-28 17:36:37 +08:00
parent aed85c92df
commit c4d508bb4f
6 changed files with 39 additions and 19 deletions
+1 -9
View File
@@ -22,15 +22,7 @@ const CategoryApi = {
url: '/product/category/tree',
method: 'GET',
});
},
// 测试
test: (data) => {
return request({
url: '/cloth/list',
method: 'POST',
data,
});
},
}
};
export default CategoryApi;