From 7bb960ef165d091678a65ddc01b6551ec4487daa Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 29 Dec 2025 14:26:11 +0800
Subject: [PATCH] 1

---
 src/views/authentication/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/authentication/index.vue b/src/views/authentication/index.vue
index 4e80aa8..5d7f9f7 100644
--- a/src/views/authentication/index.vue
+++ b/src/views/authentication/index.vue
@@ -135,7 +135,6 @@
 const language = ref('en')
 const controlChild = ref(null)
 const { proxy } = getCurrentInstance();
-const customer_service_url = ref(customerServiceUrl) // 客服链接,有值的话就会跳转到客服外链
 
 onMounted(() => {
   fetchInfo();
@@ -233,8 +232,8 @@
   })
 }
 const tokefu = () => {
-  if (customer_service_url.value) {
-    window.location.href = customer_service_url.value;
+  if (customerServiceUrl()) {
+    window.location.href = customerServiceUrl();
   } else {
     router.push('/customerService')
   }

--
Gitblit v1.9.3