This commit is contained in:
Mrx
2026-02-02 13:17:39 +08:00
parent 204a3e8459
commit ba924f1a95
5 changed files with 61 additions and 26 deletions

View File

@@ -145,7 +145,7 @@ export function useWeixinShare() {
title: "幸福查|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用",
desc: "提供个人信用评估、人事背调、信贷风控、企业风险监测等服务",
link: window.location.href.split("#")[0], // 获取当前页面URL不包括hash
imgUrl: "https://www.www.xingfucha.cn/logo.jpg",
imgUrl: "https://www.xingfucha.cn/logo.jpg",
};
const config = { ...defaultConfig, ...shareConfig };
@@ -197,28 +197,28 @@ export function useWeixinShare() {
title: "幸福查 - 大数据风险报告示例",
desc: "查看完整的大数据风险报告示例,了解个人信用评估等服务",
link: window.location.href.split("#")[0],
imgUrl: "https://www.www.xingfucha.cn/logo.jpg",
imgUrl: "https://www.xingfucha.cn/logo.jpg",
};
} else if (route.includes("/agent")) {
shareConfig = {
title: "幸福查 - 免费开通代理权限",
desc: "免费开通代理权限,享受大数据风险报告查询服务代理收益",
link: window.location.href.split("#")[0],
imgUrl: "https://www.www.xingfucha.cn/logo.jpg",
imgUrl: "https://www.xingfucha.cn/logo.jpg",
};
} else if (route.includes("/help")) {
shareConfig = {
title: "幸福查 - 帮助中心",
desc: "详细的使用指南、常见问题解答、操作教程",
link: window.location.href.split("#")[0],
imgUrl: "https://www.www.xingfucha.cn/logo.jpg",
imgUrl: "https://www.xingfucha.cn/logo.jpg",
};
} else {
shareConfig = {
title: "幸福查|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用",
desc: "提供个人信用评估、人事背调、信贷风控、企业风险监测等服务",
link: window.location.href.split("#")[0],
imgUrl: "https://www.www.xingfucha.cn/logo.jpg",
imgUrl: "https://www.xingfucha.cn/logo.jpg",
};
}