1
jhzh
2026-05-29 bbf6d337c9641c0d1bf2c57f05310e59c104990b
src/components/Transform/ex-header/index.vue
@@ -14,7 +14,6 @@
<script>
import { THEME } from '@/config/theme'
import { customerServiceUrl } from "@/config";
export default {
  props: {
    unread_num: {
@@ -51,11 +50,7 @@
      this.tabList[index]['data'] = this.tabList[index]['data'].filter(item => item.symbol.includes(this.keywords))
    },
    tokefu() {
      if (customerServiceUrl) {
        window.location.href = customerServiceUrl;
      } else {
        this.$router.push('/customerService')
      }
      this.$router.push('/customerService');
    }
  }
}