From 1ff3299b523ed15541cb429e2083c58c0e687461 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Mon, 6 Mar 2023 21:31:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=AD=BE=E5=88=B0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E6=89=AB=E7=A0=81=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ActiveAttendance.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index 6d5fc9ab..6952daf9 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -940,6 +940,7 @@ export default { }; const signQR = () => { console.log("props.datasource", props.datasource); + console.log("是项目还是路径图啊") state.codevisible = true; state.codeInfo = { title: "【签到】二维码", @@ -948,7 +949,7 @@ export default { process.env.VUE_APP_BASE_API + `/admin/student/studentSign?taskId=${props.datasource.id}&taskType=${ props.datasource.type - }&type=${1}`, + }&type=${props.datasource.routerId?2:1}`, }; console.log("codeInfo", state.codeInfo); state.codeIndex = 0;