1
李凌
2026-01-21 09cd59e111da050db1e26621a231c7e2eb7a415b
src/components/Transform/ex-header/index.vue
@@ -51,8 +51,8 @@
      this.tabList[index]['data'] = this.tabList[index]['data'].filter(item => item.symbol.includes(this.keywords))
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      if (customerServiceUrl()) {
        window.location.href = customerServiceUrl();
      } else {
        this.$router.push('/customerService')
      }