--demand 面授课

This commit is contained in:
yuping
2023-03-20 19:36:56 +08:00
parent 8799f838a7
commit 360d175a5c

View File

@@ -582,6 +582,10 @@ async function toFinish(d) {
}
function toOffcoursePlanPage(id){
window.open(`${location.protocol}//${location.host}${import.meta.env.VITE_BASE_API}/stu/project/redirectDetail?courseId=${id}`, '_top')
}
function whiteTypes(type) {
return import.meta.env.VITE_TASK_WHITE_TYPE.includes("-" + type + "-");
}