From 18ca4de3e04cee588eacdfa072b80493fc02a873 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 16 Jan 2025 09:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/swiper-manage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/swiper-manage/index.js b/src/api/swiper-manage/index.js index 267afcfe..bdba763c 100644 --- a/src/api/swiper-manage/index.js +++ b/src/api/swiper-manage/index.js @@ -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, });