mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 11:56:48 +08:00
fix:项目点击系统考试跳转问题
This commit is contained in:
@@ -696,6 +696,7 @@ async function toFinish(d, sName, chapterOrStageId) {
|
|||||||
});
|
});
|
||||||
} else if (typeof TASK_TYPES.path[d.type] === "function") {
|
} else if (typeof TASK_TYPES.path[d.type] === "function") {
|
||||||
TASK_TYPES.path[d.type](d);
|
TASK_TYPES.path[d.type](d);
|
||||||
|
window.open(TASK_TYPES.path[d.type](d) + d.targetId, "_top")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user