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