fix(api): 更新热门新闻接口路径
将热门新闻接口从/top_news_h5_d更改为/top_news_release_h5_d以匹配后端更新
This commit is contained in:
parent
21662afa47
commit
c5e4c34daa
|
|
@ -17,7 +17,8 @@ export const getConceptCount = (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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue