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)