fix(api): 更新热门新闻接口路径

将热门新闻接口从/top_news_h5_d更改为/top_news_release_h5_d以匹配后端更新
This commit is contained in:
34701892@qq.com 2025-09-05 20:30:37 +08:00
parent 21662afa47
commit c5e4c34daa
1 changed files with 2 additions and 1 deletions

View File

@ -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