mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 02:46:48 +08:00
init
This commit is contained in:
@@ -572,6 +572,10 @@ function toFinish(d) {
|
|||||||
ElMessage.error('暂时未开放')
|
ElMessage.error('暂时未开放')
|
||||||
return
|
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}})
|
router.push({path: types.value.path[d.type], query: {id: d.routerTaskId, type: 1, courseId: d.courseId}})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user