From 627d0b006a0c1fc48e07dcf352c689477d8f8b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Wed, 25 Feb 2026 17:36:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(article):=20=E6=B7=BB=E5=8A=A0access?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=94=AF=E6=8C=81H5=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加access属性用于区分H5和其他入口,H5入口需要判断账号是否为正式或试用类型 --- src/components/article/indexNewsInfo.vue | 28 ++++++++++++++----- src/pages/concept/components/List.vue | 2 +- src/pages/detail/indexNewsInfo.vue | 7 +++++ src/pages/foreign/index.vue | 2 +- src/pages/industry/components/List.vue | 2 +- src/pages/macroscopic/index.vue | 2 +- .../components/BannerNewsView/index.vue | 2 +- .../components/ConceptNewsView/index.vue | 2 +- .../components/IndustryNewsView/index.vue | 2 +- src/pages/realtimeInfo/index.vue | 8 ++++++ src/pages/recommend/index.vue | 22 ++++++++------- src/pages/topNews/index.vue | 2 +- src/stores/user/index.ts | 4 +-- 13 files changed, 58 insertions(+), 27 deletions(-) diff --git a/src/components/article/indexNewsInfo.vue b/src/components/article/indexNewsInfo.vue index 8c4fed4..cbd05cf 100644 --- a/src/components/article/indexNewsInfo.vue +++ b/src/components/article/indexNewsInfo.vue @@ -6,9 +6,9 @@ 来源: 中国证券报 - {{ - props.data.tag ? props.data.tag : "中国证券报" - }} + + {{ props.data.tag ? props.data.tag : "中国证券报" }} +