From fca02c905b1407644dd4ca7feb0fe5f276bc2f79 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 29 Dec 2025 15:17:35 +0800
Subject: [PATCH] 首页新闻弹出
---
src/components/Transform/ex-header/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Transform/ex-header/index.vue b/src/components/Transform/ex-header/index.vue
index e1a7edf..8e26093 100644
--- a/src/components/Transform/ex-header/index.vue
+++ b/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')
}
--
Gitblit v1.9.3