二维码积分

This commit is contained in:
zhangsir
2024-01-30 14:13:07 +08:00
parent 5e324392c2
commit ab34f1737f
7 changed files with 356 additions and 54 deletions

View File

@@ -2431,7 +2431,7 @@ export default {
qrCode({
title: "【签到】二维码",
courseName: courseName,
name: name,
name: name+'课程签到',
createName:createName,
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${id}&taskType=${2}&type=${3}`,
});
@@ -2465,7 +2465,7 @@ export default {
qrCode({
title: "【评估】二维码",
courseName: courseName,
name: name,
name: name+'课程评估',
createName:createName,
url: `${location.protocol}//${location.host}/student-h5/investigatpage?id=${id}&type=3&infoId=${id}&courseId=${assessmentId}&chapterOrStageId=0`,
});