fix:项目点击系统考试跳转问题

This commit is contained in:
wyx
2023-03-01 14:45:56 +08:00
parent f59d79454c
commit 26d43f696e

View File

@@ -696,6 +696,7 @@ async function toFinish(d, sName, chapterOrStageId) {
});
} else if (typeof TASK_TYPES.path[d.type] === "function") {
TASK_TYPES.path[d.type](d);
window.open(TASK_TYPES.path[d.type](d) + d.targetId, "_top")
}
}