opt: add logs for mj-plus api error

This commit is contained in:
RockYang
2024-02-28 15:50:42 +08:00
parent 99cb48ce88
commit 8182e6797f
3 changed files with 10 additions and 4 deletions

View File

@@ -697,6 +697,7 @@ const fetchRunningJobs = (userId) => {
dangerouslyUseHTMLString: true,
message: `任务ID${jobs[i]['task_id']}<br />原因:${jobs[i]['err_msg']}`,
type: 'error',
duration: 0,
})
imgCalls.value += 1
continue