1
2026-05-31 304f819d3e9b2498ebdb70b99b632cda67725a52
src/components/Transform/ex-header/index.vue
@@ -50,7 +50,7 @@
      this.tabList[index]['data'] = this.tabList[index]['data'].filter(item => item.symbol.includes(this.keywords))
    },
    tokefu() {
      this.$router.push('/customerService')
      this.$router.push('/customerService');
    }
  }
}