From 15a39d8763704ce24c38a720096df44ad5c52b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Tue, 24 Mar 2026 15:59:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E5=AF=BC=E8=88=AA=E5=B9=B6=E6=8F=90=E5=8D=87=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=95=8C=E9=9D=A2=E7=9A=84=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 导航logo添加返回首页 去掉首页定期报告 相关材料更名产品文档 新增教学案例下载 --- src/layout/navBars/topBar/breadcrumb.vue | 10 +- src/layout/navBars/topBar/user.vue | 2 +- src/views/example/index.vue | 152 ++++++++++++-- src/views/pages/caixun/index.vue | 14 +- src/views/pages/disclosure/index.vue | 49 +++-- .../pages/electronicContract/document.vue | 10 +- src/views/pages/homeByLoginout/index.vue | 34 ++-- src/views/pages/homeNew/index.vue | 95 ++++----- src/views/pages/index/admin/index.vue | 12 +- src/views/pages/yuqing/homeNew.vue | 40 ++-- src/views/pages/yuqingFLS/index.vue | 189 ++++++++++-------- 11 files changed, 393 insertions(+), 214 deletions(-) diff --git a/src/layout/navBars/topBar/breadcrumb.vue b/src/layout/navBars/topBar/breadcrumb.vue index f7331b9..e1a1612 100644 --- a/src/layout/navBars/topBar/breadcrumb.vue +++ b/src/layout/navBars/topBar/breadcrumb.vue @@ -8,11 +8,11 @@ - + 中证智能财保 +
{{ detailName }}
@@ -269,6 +269,7 @@ onBeforeRouteUpdate((to) => { display: flex; align-items: center; margin-left: 20px; + text-decoration: none; .logo { width: 140px; @@ -283,7 +284,7 @@ onBeforeRouteUpdate((to) => { margin-right: 12px; } - text { + .text { color: #000000; font-family: 'Noto Sans CJK SC'; font-size: 18px; @@ -292,6 +293,7 @@ onBeforeRouteUpdate((to) => { line-height: 26px; letter-spacing: 0.56px; white-space: nowrap; + text-decoration: none; } } diff --git a/src/layout/navBars/topBar/user.vue b/src/layout/navBars/topBar/user.vue index ff12286..3b3f0e5 100644 --- a/src/layout/navBars/topBar/user.vue +++ b/src/layout/navBars/topBar/user.vue @@ -577,7 +577,7 @@ onMounted(() => { redirect: '/example', // component: () => import('/@/views/example/index.vue'), meta: { - title: '相关材料', + title: '产品文档', }, }); } diff --git a/src/views/example/index.vue b/src/views/example/index.vue index f49acb4..a9ce966 100644 --- a/src/views/example/index.vue +++ b/src/views/example/index.vue @@ -1,19 +1,23 @@