This commit is contained in:
Mrx
2026-02-28 12:00:02 +08:00
parent 9937097d7c
commit b2da12f3ed
36 changed files with 2964 additions and 33 deletions

View File

@@ -458,7 +458,7 @@ router.afterEach((to) => {
const seoConfig = {
title: `${to.meta.title} - 天远数据`,
description: `天远数据${to.meta.title}页面,提供专业的大数据风险管控服务。`,
url: `https://www.zhinengcha.cn${to.path}`
url: `https://www.tianyuandb.com${to.path}`
}
updateSEO(seoConfig)
}