fix: 修复download页面的导航路由 #64

Manually merged
remilia merged 1 commits from fix/document-route into master 2025-11-07 14:15:19 +08:00

View File

@ -19,7 +19,9 @@
const breadcrumbItems = [ const breadcrumbItems = [
{ label: $t('navigation.home'), to: localePath('/') }, { 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; const id = route.params.id as string;