From a9b73565264320c05f51a67ebd7faf5abbf16dfc Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 20 Oct 2025 18:20:18 +0800
Subject: [PATCH] 1
---
src/views/homePage/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/homePage/index.vue b/src/views/homePage/index.vue
index dd0bfe3..f9d0b3f 100644
--- a/src/views/homePage/index.vue
+++ b/src/views/homePage/index.vue
@@ -121,8 +121,9 @@
// })
const getcustomer = () => {
_customer().then((data) => {
- customer_service_url.value = data.customer_service_url
- console.log(customer_service_url);
+ if(data.code==0){
+ customer_service_url.value = data.customer_service_url
+ }
}).catch(error => {
console.error('Error fetching data:', error);
});
--
Gitblit v1.9.3