fix: 修复download页面的导航路由 #64
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user