Commit 1aacf4b7 by Lyan

接口替换

parent 894a1939
......@@ -7,7 +7,7 @@ const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '';
// 后台轮播图预览
const indexCarouselManage = (params = {}) => {
return GET(`${Prefix}/office/indexCarouselManage/info/${params.id}`, {})
return GET(`${Prefix}/office/api/indexCarouselManage/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