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:
@@ -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}})
|
||||
|
||||
Reference in New Issue
Block a user