f
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user