From 1201bf91b3dcac3f5b69c755ff2e54c362956467 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 09 Mar 2026 16:41:01 +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 3b0f4f9..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