-f
This commit is contained in:
@@ -88,7 +88,8 @@ const tabChange = (name, a, b, c) => {
|
|||||||
// 跳转到投诉页面
|
// 跳转到投诉页面
|
||||||
const toComplaint = () => {
|
const toComplaint = () => {
|
||||||
window.location.href =
|
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 进行跳转
|
// router.push({ name: 'complaint' }); // 使用 Vue Router 进行跳转
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -32,7 +32,8 @@ function toVipApply() {
|
|||||||
function toService() {
|
function toService() {
|
||||||
// window.location.href = '/service' // 跳转到客服页面
|
// window.location.href = '/service' // 跳转到客服页面
|
||||||
window.location.href =
|
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>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user