fix: 相关命名修正

- production -> product
This commit is contained in:
2025-10-24 16:41:48 +08:00
parent e780997a69
commit 963690bf53
13 changed files with 108 additions and 131 deletions

View File

@ -84,7 +84,7 @@
});
const indexLabels = computed<Record<string, string>>(() => ({
production: t('search.sections.production'),
product: t('search.sections.product'),
solution: t('search.sections.solution'),
support: t('search.sections.support'),
default: t('search.sections.default'),
@ -116,7 +116,7 @@
const slug = String(slugCandidate);
if (item.type === 'product') {
return localePath({ path: `/productions/${slug}` });
return localePath({ path: `/products/${slug}` });
}
if (item.type === 'solution') {