diff --git a/src/pages/edit.vue b/src/pages/edit.vue index 6c455f0f..40fe4236 100644 --- a/src/pages/edit.vue +++ b/src/pages/edit.vue @@ -1249,6 +1249,7 @@ const dispatchAction = async () => { } ) console.log('dispatchRes---', dispatchRes) + //TODO maybe error--- buildSecondTimer = setInterval(() => { buildTime += 1 const minute = Math.floor(buildTime / 60) @@ -1290,7 +1291,7 @@ const checkBuildStatus = async () => { } ) console.log('checkRes---', checkRes) - // check build status, runs may be null + //TODO check build status, runs may be null const build_runs = checkRes.data.workflow_runs[0] const { status, conclusion, html_url } = build_runs buildStatus = t(status) || t('inProgress')