Commit 64a842cb authored by 天马流星拳's avatar 天马流星拳

refactor(task): 注释掉任务状态日志曝光处理

parent 5280a0b2
......@@ -28,10 +28,10 @@ const taskStore = makeAutoObservable({
this.taskList.forEach(el => {
const { code } = el;
if (el.taskStatus == 0) {
handleTaskLogExposure(16, code, 1);
// handleTaskLogExposure(16, code, 1);
}
if (el.taskStatus == 1) {
handleTaskLogExposure(16, code, 2);
// handleTaskLogExposure(16, code, 2);
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment