mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
fix:签到二维码扫码参数传递修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user