1
李凌
2026-01-06 d038edd2e7be2ab280e984847f612fa69fd6fc39
src/components/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')
      }