1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/components/Transform/ex-header/index.vue
@@ -14,6 +14,7 @@
<script>
import { THEME } from '@/config/theme'
import { customerServiceUrl } from "@/config";
export default {
  props: {
    unread_num: {
@@ -50,10 +51,14 @@
      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')
    }
  }
}
}
</script>
<style lang="scss" scoped>