Browse Source

性能优化

zq940222 3 months ago
parent
commit
7fae2b28f1
1 changed files with 8 additions and 8 deletions
  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">