This commit is contained in:
yuping
2022-12-14 19:54:26 +08:00
parent 379cac7f10
commit 2834fda007

View File

@@ -574,7 +574,7 @@ function toFinish(d) {
}
if (types.value.path[d.type] && types.value.path[d.type].startWith('http')) {
//配置文件
window.parent.location.href = types.value.path[d.type]
import.meta.env.DEV ? window.location.href : window.parent.location.href = types.value.path[d.type]
return;
}
router.push({path: types.value.path[d.type], query: {id: d.routerTaskId, type: 1, courseId: d.courseId}})