-- 签到url

This commit is contained in:
yuping
2023-01-12 13:57:40 +08:00
parent c3182cfe4e
commit f2b6905a04
5 changed files with 9 additions and 8 deletions

View File

@@ -5554,7 +5554,7 @@ export default defineComponent({
url:
type == 1
? process.env.VUE_APP_COURSE_STUDY + record.offcourseId
: process.env.VUE_APP_BOE_API_URL +
: process.env.VUE_APP_BASE_API +
`/admin/student/studentSign?taskId=${
record.offcoursePlanId
}&type=${3}`,