This commit is contained in:
yuping
2022-12-14 19:12:57 +08:00
parent 93bce4b298
commit ac263c77e2

View File

@@ -575,6 +575,7 @@ function toFinish(d) {
if (d.type === 1) {
//配置文件
window.parent.location.href = `https://u-pre.boe.com/pc/course/studyindex?id=${d.targetId}`
return;
}
router.push({path: types.value.path[d.type], query: {id: d.routerTaskId, type: 1, courseId: d.courseId}})
}