1
李凌
2026-01-10 5f2b76b86980a149c9299acbf022c879e75b85bd
src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
@@ -31,8 +31,8 @@
  },
  methods: {
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }