diff --git a/z_ele/src/api/xm/product/index.ts b/z_ele/src/api/xm/product/index.ts index 94e240d..d0f7c5d 100644 --- a/z_ele/src/api/xm/product/index.ts +++ b/z_ele/src/api/xm/product/index.ts @@ -7,7 +7,7 @@ import type { Product, ProductParam } from './model'; */ export async function pageProducts(params: ProductParam) { const res = await request.get>>( - '/xm/products/page', + '/xm/product/page', { params } ); if (res.data.code === 0) {