This commit is contained in:
Mrx
2026-02-25 17:49:30 +08:00
parent 02fdc45879
commit 2df104acea
22 changed files with 143 additions and 143 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)