mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46:48 +08:00
fix:项目跳转问题修改
This commit is contained in:
@@ -695,8 +695,11 @@ async function toFinish(d, sName, chapterOrStageId) {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else if (typeof TASK_TYPES.path[d.type] === "function") {
|
} else if (typeof TASK_TYPES.path[d.type] === "function") {
|
||||||
TASK_TYPES.path[d.type](d);
|
if(d.type==5){
|
||||||
window.open(TASK_TYPES.path[d.type](d) + d.targetId, "_top")
|
window.open(TASK_TYPES.path[d.type](d) + d.targetId, "_top")
|
||||||
|
}else{
|
||||||
|
TASK_TYPES.path[d.type](d);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user