From 51b35cc2acf48af03f32f1918d20a126a48d6e9b Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 11 Mar 2026 13:46:10 +0800
Subject: [PATCH] 该客服
---
src/components/Transform/application/application.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/Transform/application/application.vue b/src/components/Transform/application/application.vue
index 0ea73c0..11f93c0 100644
--- a/src/components/Transform/application/application.vue
+++ b/src/components/Transform/application/application.vue
@@ -71,8 +71,8 @@
this.time = dataTimeEx(Date.parse(new Date()), true);
},
tokefu() {
- if (customerServiceUrl) {
- window.location.href = customerServiceUrl;
+ if (customerServiceUrl()) {
+ window.location.href = customerServiceUrl();
} else {
this.$router.push('/customerService')
}
--
Gitblit v1.9.3