ZZJ
2022-06-24 5abe36e584db5b5c0e09c5bbe5949555e530399e
src/api/product.ts
@@ -264,7 +264,7 @@
//获取轮播图
export const getIndexPics = () => {
    return request({
        url: `/saas/api-i/saasIndex/getIndexPics`,
        url: `/cloud/api-i/saasIndex/getIndexPics`,
        method: 'get',
    })
}
@@ -281,7 +281,7 @@
//获取推荐算法
export const getIndexModelRecommend = (data: any) => {
    return request({
        url: `/saas/api-i/saasIndex/getIndexModelRecommend`,
        url: `/cloud/api-i/saasIndex/getIndexModelRecommend`,
        method: 'post',
        data,
    })
@@ -290,7 +290,7 @@
//获取首页模块
export const getModelList = () => {
    return request({
        url: `/saas/api-i/saasIndex/getModelList`,
        url: `/cloud/api-i/saasIndex/getModelList`,
        method: 'get',
    })
}