zq940222 hace 4 meses
padre
commit
7fae2b28f1
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      src/views/adweb/marketing/googleads.vue

+ 8 - 8
src/views/adweb/marketing/googleads.vue

@@ -600,14 +600,14 @@ const getCountryStats = async () => {
   }
 };
 
-onMounted(() => {
-  getCustomerStats();
-  getDailyStats();
-  getCampaignStats();
-  getKeywordStats();
-  getPlacementStats();
-  getCountryStats();
-});
+// onMounted(() => {
+//   getCustomerStats();
+//   getDailyStats();
+//   getCampaignStats();
+//   getKeywordStats();
+//   getPlacementStats();
+//   getCountryStats();
+// });
 </script>
 
 <style scoped lang="less">