Commit 325f0f97 by Lyan

首页轮播接口详情更改

parent 1aacf4b7
...@@ -7,7 +7,7 @@ const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : ''; ...@@ -7,7 +7,7 @@ const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '';
// 后台轮播图预览 // 后台轮播图预览
const indexCarouselManage = (params = {}) => { const indexCarouselManage = (params = {}) => {
return GET(`${Prefix}/office/api/indexCarouselManage/info/${params.id}`, {}) return GET(`${Prefix}/office/indexCarouselManage/api/info/${params.id}`, {})
} }
// 首页大轮播图 // 首页大轮播图
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment