fix: 修正产品/解决方案在归档后无法正常触发404 UI的问题
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m0s

This commit is contained in:
2025-12-04 17:52:36 +08:00
parent 63c3e2e364
commit c3ac7c0985
2 changed files with 4 additions and 4 deletions

View File

@ -44,8 +44,8 @@
});
usePageSeo({
title: solution.value.title || $t('page-title.solutions'),
description: solution.value.summary || '',
title: solution.value?.title || $t('page-title.solutions'),
description: solution.value?.summary || '',
});
</script>