From e72c0d448016adb42d80f5848c9b890c6432212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Fri, 15 Nov 2024 22:08:48 +0800 Subject: [PATCH] =?UTF-8?q?chorm:=20=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/apis/shopApi.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yi.Bbs.Vue3/src/apis/shopApi.js b/Yi.Bbs.Vue3/src/apis/shopApi.js index 4f59758d..657bbfb0 100644 --- a/Yi.Bbs.Vue3/src/apis/shopApi.js +++ b/Yi.Bbs.Vue3/src/apis/shopApi.js @@ -3,10 +3,11 @@ /** * 获取商城列表 */ -export function getShopList() { +export function getShopList(data) { return request({ url: `/bbs-shop`, method: "get", + params: data }); }