fix: 修正download页面的breadcrumb导航
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m50s

- 增添返回到服务支持与文档资料的链接
This commit is contained in:
2025-11-07 13:40:17 +08:00
parent f8c95207c2
commit 881c0ab61e

View File

@ -19,7 +19,9 @@
const breadcrumbItems = [
{ label: $t('navigation.home'), to: localePath('/') },
{ label: $t('navigation.downloads'), to: localePath('/downloads') },
{ label: $t('navigation.support'), to: localePath('/support') },
{ label: $t('navigation.documents'), to: localePath('/support/documents') },
{ label: $t('navigation.downloads') },
];
const id = route.params.id as string;