From 82dd82ec70a5fa01dc59fcd8f6d9a600931e42e0 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Mon, 14 Jul 2025 17:39:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8E=BB=E6=8E=89log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property-marketing/media-account/account-manage/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/property-marketing/media-account/account-manage/index.vue b/src/views/property-marketing/media-account/account-manage/index.vue index efb4ec5..5708765 100644 --- a/src/views/property-marketing/media-account/account-manage/index.vue +++ b/src/views/property-marketing/media-account/account-manage/index.vue @@ -288,7 +288,6 @@ const startSyncDataPolling = () => { if (code === 200) { syncMediaAccounts.value = data; - console.log('poll', syncMediaAccounts.value); // 所有任务都结束了,才停止轮询,刷新页面 const isEnd = data.every((item) => item.status !== 0); if (isEnd) {