Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2023-03-22 14:56:00 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -372,7 +372,7 @@ const qrcodeVisible = () => {
qrCode({
title: "【签到】二维码",
name: props.datasource?.name,
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${props.datasource.routerTaskId}&taskType=${props.datasource.type}&type=${props.type}`,
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${props.datasource.id}&taskType=${props.datasource.type}&type=${props.type}`,
});
};