From 34d2d5f89590ef0ff5ec56d0cedb89d8ffa4ab81 Mon Sep 17 00:00:00 2001 From: zzp <34701892@qq.com> Date: Sat, 22 Nov 2025 15:48:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DETF=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E6=9D=A5=E6=BA=90=E6=98=BE=E7=A4=BA=E5=8F=8A=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改ETF详情页的来源显示逻辑,根据intoType参数显示固定来源"中国证券报" 添加ETF关联标的点击跳转功能 更新开发环境接口地址配置 --- .env.development | 4 ++-- src/components/article/indexNewsInfo.vue | 14 ++++++++++++-- src/pages/realtimeInfo/indexEtf.vue | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index e41da5d..da0a3b9 100644 --- a/.env.development +++ b/.env.development @@ -2,8 +2,8 @@ ENV = development # 本地环境接口地址 -# VITE_API_URL = http://123.60.153.169:8040/apih5 -VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 +VITE_API_URL = http://123.60.153.169:8040/apih5 +# VITE_API_URL = http://4155gf93ll13.vicp.fun/apih5 # VITE_API_URL = http://123.60.79.143:8041/apih5 # VITE_API_URL =http://192.168.0.135:8040/apih5 # VITE_API_URL = https://cankao.cs.com.cn/apih5 diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index b564c8f..1dbcb5b 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -4,7 +4,8 @@ 来源: - {{ props.data.tag ? props.data.tag : "中国证券报" }} + 中国证券报 + {{ props.data.tag ? props.data.tag : "中国证券报" }}