From 2883ef493e708906526ced3333aab84514419bdf Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Tue, 13 Jan 2026 17:34:10 +0800 Subject: [PATCH] -f --- src/layouts/HomeLayout.vue | 3 ++- src/views/AgentVip.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/layouts/HomeLayout.vue b/src/layouts/HomeLayout.vue index 50c9d58..731b824 100644 --- a/src/layouts/HomeLayout.vue +++ b/src/layouts/HomeLayout.vue @@ -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 进行跳转 }; diff --git a/src/views/AgentVip.vue b/src/views/AgentVip.vue index 357ad38..4a9afa5 100644 --- a/src/views/AgentVip.vue +++ b/src/views/AgentVip.vue @@ -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"; // 跳转到客服页面 }