up seo
This commit is contained in:
@@ -142,7 +142,7 @@ export function useWeixinShare() {
|
||||
}
|
||||
|
||||
const defaultConfig = {
|
||||
title: "天远数据|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用",
|
||||
title: "天远助手_背调报告代理加盟_个人风控系统搭建_合规数据服务平台",
|
||||
desc: "提供个人信用评估、人事背调、信贷风控、企业风险监测等服务",
|
||||
link: window.location.href.split("#")[0], // 获取当前页面URL,不包括hash
|
||||
imgUrl: "https://www.tianyuandb.com/logo.jpg",
|
||||
@@ -194,28 +194,28 @@ export function useWeixinShare() {
|
||||
// 根据不同的路由设置不同的分享内容
|
||||
if (route.includes("/example")) {
|
||||
shareConfig = {
|
||||
title: "天远数据 - 大数据风险报告示例",
|
||||
title: "天远助手 - 大数据风险报告示例",
|
||||
desc: "查看完整的大数据风险报告示例,了解个人信用评估等服务",
|
||||
link: window.location.href.split("#")[0],
|
||||
imgUrl: "https://www.tianyuandb.com/logo.jpg",
|
||||
};
|
||||
} else if (route.includes("/agent")) {
|
||||
shareConfig = {
|
||||
title: "天远数据 - 免费开通代理权限",
|
||||
title: "天远助手 - 免费开通代理权限",
|
||||
desc: "免费开通代理权限,享受大数据风险报告查询服务代理收益",
|
||||
link: window.location.href.split("#")[0],
|
||||
imgUrl: "https://www.tianyuandb.com/logo.jpg",
|
||||
};
|
||||
} else if (route.includes("/help")) {
|
||||
shareConfig = {
|
||||
title: "天远数据 - 帮助中心",
|
||||
title: "天远助手 - 帮助中心",
|
||||
desc: "详细的使用指南、常见问题解答、操作教程",
|
||||
link: window.location.href.split("#")[0],
|
||||
imgUrl: "https://www.tianyuandb.com/logo.jpg",
|
||||
};
|
||||
} else {
|
||||
shareConfig = {
|
||||
title: "天远数据|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用",
|
||||
title: "天远助手_背调报告代理加盟_个人风控系统搭建_合规数据服务平台",
|
||||
desc: "提供个人信用评估、人事背调、信贷风控、企业风险监测等服务",
|
||||
link: window.location.href.split("#")[0],
|
||||
imgUrl: "https://www.tianyuandb.com/logo.jpg",
|
||||
|
||||
Reference in New Issue
Block a user