feat:修改在线课二维码

This commit is contained in:
lixg
2023-03-02 15:57:32 +08:00
parent cd3c4d42cc
commit 5691a5f4c5
2 changed files with 18 additions and 10 deletions

View File

@@ -2598,7 +2598,7 @@ export default {
codeUrl =
window.location.protocol +
process.env.VUE_APP_ONLINE_CLASS_URL +
item.targetId;
item.courseId;
}
if (item.type == 2) {
let date1 = new Date(item.endTime).getTime();