@@ -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">