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

View File

@@ -572,6 +572,10 @@ function toFinish(d) {
ElMessage.error('暂时未开放')
return
}
if (d.type === 1) {
//配置文件
window.parent.location.href = `https://u-pre.boe.com/pc/course/studyindex?id=${d.targetId}`
}
router.push({path: types.value.path[d.type], query: {id: d.routerTaskId, type: 1, courseId: d.courseId}})
}