mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
Merge branch 'zcwy-zsx0223'
This commit is contained in:
@@ -1552,7 +1552,7 @@ export default {
|
|||||||
// courseName: state.name+'项目',
|
// courseName: state.name+'项目',
|
||||||
name: qrCodeItems.value[0].name+'课程签到',
|
name: qrCodeItems.value[0].name+'课程签到',
|
||||||
createName:qrCodeItems.value[0].offteachers.map(teacher => teacher.teacherName).join(', ')||qrCodeItems.value[0].teacher,
|
createName:qrCodeItems.value[0].offteachers.map(teacher => teacher.teacherName).join(', ')||qrCodeItems.value[0].teacher,
|
||||||
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${qrCodeItems.value[0].id}&taskType=${2}&type=${3}`,
|
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${qrCodeItems.value[0].id}&taskType=${2}&type=${3}&openCourseId=${qrCodeItems.value[0].id}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if(qrCodeItems.value.length==0){
|
if(qrCodeItems.value.length==0){
|
||||||
@@ -1570,7 +1570,7 @@ export default {
|
|||||||
// courseName: state.name+'项目',
|
// courseName: state.name+'项目',
|
||||||
name: name+'课程签到',
|
name: name+'课程签到',
|
||||||
createName:offteachers||teacher,
|
createName:offteachers||teacher,
|
||||||
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${id}&taskType=${2}&type=${3}`,
|
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${id}&taskType=${2}&type=${3}&openCourseId=${id}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const qrCodeItemspg = ref([]);
|
const qrCodeItemspg = ref([]);
|
||||||
|
|||||||
@@ -2478,7 +2478,7 @@ export default {
|
|||||||
courseName: state.name+'项目',
|
courseName: state.name+'项目',
|
||||||
name: qrCodeItems.value[0].name+'课程签到',
|
name: qrCodeItems.value[0].name+'课程签到',
|
||||||
createName:qrCodeItems.value[0].offteachers.map(teacher => teacher.teacherName).join(', ')||qrCodeItems.value[0].teacher,
|
createName:qrCodeItems.value[0].offteachers.map(teacher => teacher.teacherName).join(', ')||qrCodeItems.value[0].teacher,
|
||||||
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${qrCodeItems.value[0].id}&taskType=${2}&type=${3}`,
|
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${qrCodeItems.value[0].id}&taskType=${2}&type=${3}&openCourseId=${qrCodeItems.value[0].id}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if(qrCodeItems.value.length==0){
|
if(qrCodeItems.value.length==0){
|
||||||
@@ -2496,7 +2496,7 @@ export default {
|
|||||||
courseName: state.name+'项目',
|
courseName: state.name+'项目',
|
||||||
name: name+'课程签到',
|
name: name+'课程签到',
|
||||||
createName:offteachers||teacher,
|
createName:offteachers||teacher,
|
||||||
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${id}&taskType=${2}&type=${3}`,
|
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${id}&taskType=${2}&type=${3}&openCourseId=${id}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const qrCodeItemspg = ref([]);
|
const qrCodeItemspg = ref([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user