1
jhzh
2025-10-20 a9b73565264320c05f51a67ebd7faf5abbf16dfc
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);
  });