style: 去掉log
This commit is contained in:
@ -288,7 +288,6 @@ const startSyncDataPolling = () => {
|
|||||||
if (code === 200) {
|
if (code === 200) {
|
||||||
syncMediaAccounts.value = data;
|
syncMediaAccounts.value = data;
|
||||||
|
|
||||||
console.log('poll', syncMediaAccounts.value);
|
|
||||||
// 所有任务都结束了,才停止轮询,刷新页面
|
// 所有任务都结束了,才停止轮询,刷新页面
|
||||||
const isEnd = data.every((item) => item.status !== 0);
|
const isEnd = data.every((item) => item.status !== 0);
|
||||||
if (isEnd) {
|
if (isEnd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user