feat:修改面授课跳转

This commit is contained in:
lixg
2023-02-11 11:21:17 +08:00
parent 5393b7c996
commit 319cb31c68
2 changed files with 6 additions and 4 deletions

View File

@@ -2597,8 +2597,10 @@ export default {
codeUrl =
window.location.protocol +
process.env.VUE_APP_H5 +
"/externalexam?courseId=" +
item.courseId;
"/faceteach?type=2&courseId=" +
item.courseId +
"&id=" +
item.projectTaskId;
}
if (item.type == 4) {