1
李凌
2026-01-20 7e55ca7470a21a93402c4c8e410eeef7c7d1da0c
src/components/Transform/application/application.vue
@@ -71,8 +71,8 @@
      this.time = dataTimeEx(Date.parse(new Date()), true);
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }