代码优化

This commit is contained in:
BianLzhaoMin 2025-01-16 09:49:20 +08:00
parent 7e30890122
commit 18ca4de3e0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const addHomeSwiperApi = (data) => {
// 轮播图列表
export const getSwiperListApi = (data) => {
return request({
url: "/material-mall//bm_slide_show/list",
url: "/material-mall/bm_slide_show/list",
method: "get",
params: data,
});