From 7df89200493f2937d7addf013e1d0d6d1ff9f3d9 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 30 Mar 2026 13:16:57 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A7=8D=E7=B1=BB?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=BF=9D=E5=AD=98=E6=97=B6=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/product.js b/src/api/product.js index e3e5ed1..51f1430 100644 --- a/src/api/product.js +++ b/src/api/product.js @@ -98,7 +98,7 @@ export default { * 保存种类的属性定义 */ saveCategoryAttributes(categoryId, attrs) { - return api.request(`/products/categories/${categoryId}/attributes`, 'POST', {}, { attributes: attrs }) + return api.request(`/products/categories/${categoryId}/attributes`, 'POST', {}, attrs) }, // ============ 商品属性 ============