From ac4beb73ed62dea25f1ad5e50617d03772f2c7ba Mon Sep 17 00:00:00 2001 From: v Date: Thu, 11 Sep 2025 22:37:54 +0800 Subject: [PATCH] up. --- z_ele/src/api/xm/product/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {