This commit is contained in:
Mrx
2026-02-25 11:45:21 +08:00
parent 5043657470
commit 4ccf2ec354
35 changed files with 6151 additions and 26 deletions

View File

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