1
李凌
2026-01-12 3c064782d1414bbc32c825c656ab64bec4e68624
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')
      }