This commit is contained in:
yuping
2022-12-14 19:17:46 +08:00
parent ac263c77e2
commit ffafa08e32
5 changed files with 5 additions and 2 deletions

View File

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