This commit is contained in:
qsh
2024-06-05 17:08:27 +08:00
parent a557255b4a
commit 94943df4f9
30 changed files with 1069 additions and 846 deletions

View File

@@ -57,5 +57,5 @@ export const getBrandParam = (params: PageParam) => {
// 获得商品品牌精简信息列表
export const getSimpleBrandList = () => {
return request.get({ url: '/product/brand/list-all-simple' })
return request.get({ url: '/admin-api/crm/erp-product-brand/simple-list' })
}