src/views/homePage/index.vue
@@ -121,8 +121,9 @@ // }) const getcustomer = () => { _customer().then((data) => { if(data.code==0){ customer_service_url.value = data.customer_service_url console.log(customer_service_url); } }).catch(error => { console.error('Error fetching data:', error); });