fix: 修正产品/解决方案在归档后无法正常触发404 UI的问题
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m0s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m0s
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user