This commit is contained in:
Mrx
2026-02-14 11:14:09 +08:00
parent de69a9d58c
commit f0206916be
22 changed files with 176 additions and 124 deletions

View File

@@ -456,8 +456,8 @@ router.afterEach((to) => {
// 根据路由meta信息更新SEO
if (to.meta.title) {
const seoConfig = {
title: `${to.meta.title} - 天远数据`,
description: `天远数据${to.meta.title}页面,提供专业的大数据风险管控服务。`,
title: `${to.meta.title} - 天远助手`,
description: `天远助手${to.meta.title}页面,提供专业的大数据风险管控服务。`,
url: `https://www.zhinengcha.cn${to.path}`
}
updateSEO(seoConfig)