fix: 补全SEO
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m2s

- 关于我们页面的SEO信息补全
This commit is contained in:
2025-11-08 10:05:32 +08:00
parent bfdae60910
commit b386d4e60d

View File

@ -41,6 +41,11 @@
console.error('数据获取失败: ', value);
}
});
const pageTitle = computed(() => $t('page-title.about-us'));
useHead({
title: pageTitle,
});
</script>
<style scoped>