@@ -498,6 +498,10 @@ function goBack() {
}
useSeoMeta({
title: "游记详情",
+ ogTitle: detailData?.projectTitle || '精美热门游记',
+ description: '逍遥游,乐逍遥,自由自在',
+ ogDescription: detailData?.projectTitle || '精美热门游记',
+ ogImage: '',
});
onMounted(() => {
getComments()