Merge branch 'boe_erweima' into 'master'

二维码

See merge request !172
This commit is contained in:
joshen
2024-04-17 16:14:50 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -512,7 +512,7 @@ const qrcodeVisibleSign = () => {
courseName: props.courseName,
createName: data.value[coursePlanIndex.value].offteachers.map(teacher => teacher.teacherName).join(', '),
name: signName + '课程签到',
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${taskId}&taskType=${2}&type=${3}`,
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${taskId}&taskType=${2}&type=${3}&openCourseId=${taskId}`,
});
}
// qrCode({

View File

@@ -5118,7 +5118,9 @@ function onFocusEnd(){
: process.env.VUE_APP_BASE_API +
`/admin/student/studentSign?taskId=${
record.id
}&taskType=${2}&type=${3}`,
}&taskType=${2}&type=${3}&openCourseId=${
record.id
}`,
};
console.log("codeInfo", state.codeInfo, record);
state.codeIndex = 0;