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"; // 跳转到客服页面 }