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) {