fix:面授课开课签到二维码增加taskType参数

This commit is contained in:
wyx
2023-01-17 20:23:33 +08:00
parent a7bdb5f469
commit 6023858f03

View File

@@ -5515,7 +5515,7 @@ export default defineComponent({
: process.env.VUE_APP_BASE_API + : process.env.VUE_APP_BASE_API +
`/admin/student/studentSign?taskId=${ `/admin/student/studentSign?taskId=${
record.offcoursePlanId record.offcoursePlanId
}&type=${3}`, }&taskType=${2}&type=${3}`,
}; };
console.log("codeInfo", state.codeInfo); console.log("codeInfo", state.codeInfo);
state.codeIndex = 0; state.codeIndex = 0;