From 30d1ee7be942d7a2201e1ab2ca7d96badff8bf50 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Sat, 23 May 2026 11:23:00 +0800
Subject: [PATCH] 1

---
 src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue b/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
index a28cfa8..6fce531 100644
--- a/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
+++ b/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
@@ -22,7 +22,6 @@
 <script>
 import { Button } from "vant";
 import OrderNav from "@/components/order-nav/OrderNav.vue";
-import { customerServiceUrl } from "@/config";
 export default {
   name: "AppealWaiting",
   components: {
@@ -31,11 +30,7 @@
   },
   methods: {
     tokefu() {
-      if (customerServiceUrl) {
-        window.location.href = customerServiceUrl;
-      } else {
-        this.$router.push('/customerService')
-      }
+      this.$router.push('/customerService');
     },
     hide() {
       console.log(213)

--
Gitblit v1.9.3