Merge branch 'mini' of https://gitee.com/zzpaym/zhongzheng-sample-clear-h5 into mini
This commit is contained in:
commit
ca66c8eb88
|
|
@ -17,7 +17,8 @@ export const getConceptCount = (data: any) => {
|
||||||
|
|
||||||
// 概念标签贴标
|
// 概念标签贴标
|
||||||
export const getTopNews = (data: any) => {
|
export const getTopNews = (data: any) => {
|
||||||
return request.get("/top_news_h5_d", data);
|
// return request.get("/top_news_h5_d", data);
|
||||||
|
return request.get("/top_news_release_h5_d", data);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 热门行业top10:
|
// 热门行业top10:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue