From 9934aba2903300b84a2c0c6bf06ec6fc4e823734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Mon, 9 Feb 2026 17:45:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=B5=B7=E5=A4=96?= =?UTF-8?q?=E5=85=88=E6=9C=BA=E6=8E=A5=E5=8F=A3=E6=9F=A5=E8=AF=A2=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.ts | 2 +- src/components/article/indexNewsInfo.vue | 14 ++++++-------- src/pages/concept/components/CustomView.vue | 2 +- src/pages/foreign/index.vue | 12 ++++++++++-- src/pages/recommend/index.vue | 1 + 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/src/api/index.ts b/src/api/index.ts index 09e250a..8151a16 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -93,7 +93,7 @@ export const fetchEtfDetail = (data: any) => { // 海外先机 export const getForeignList = (data: any) => { - return Request.get("/news/exclusiveList", data); + return Request.get("/news/exclusiveList", {params: data}); }; // 编辑精选 diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index 6fe1dfc..b57dca2 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -115,20 +115,18 @@ > 关联个股 - +