浏览代码

性能优化

zq940222 4 月之前
父节点
当前提交
7fae2b28f1
共有 1 个文件被更改,包括 8 次插入8 次删除
  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">