-f
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user