This commit is contained in:
2026-01-13 17:34:10 +08:00
parent 525413b2f5
commit 2883ef493e
2 changed files with 4 additions and 2 deletions

View File

@@ -88,7 +88,8 @@ const tabChange = (name, a, b, c) => {
// 跳转到投诉页面
const toComplaint = () => {
window.location.href =
"https://work.weixin.qq.com/kfid/kfc8a32720024833f57"; // 跳转到客服页面
"https://work.weixin.qq.com/kfid/kfc6dc6645df2495ff5";
// "https://work.weixin.qq.com/kfid/kfc6dc6645df2495ff5"; // 跳转到客服页面
// router.push({ name: 'complaint' }); // 使用 Vue Router 进行跳转
};
</script>

View File

@@ -32,7 +32,8 @@ function toVipApply() {
function toService() {
// window.location.href = '/service' // 跳转到客服页面
window.location.href =
"https://work.weixin.qq.com/kfid/kfc8a32720024833f57"; // 跳转到客服页面
"https://work.weixin.qq.com/kfid/kfc6dc6645df2495ff5";
// "https://work.weixin.qq.com/kfid/kfc8a32720024833f57"; // 跳转到客服页面
}
</script>