From b386d4e60d9cc58c63fbaa8b8ae5fae6a4ee156f Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 8 Nov 2025 10:05:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=A8SEO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 关于我们页面的SEO信息补全 --- app/pages/about/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index e976db6..afd6b69 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -41,6 +41,11 @@ console.error('数据获取失败: ', value); } }); + + const pageTitle = computed(() => $t('page-title.about-us')); + useHead({ + title: pageTitle, + });