diff --git a/api/learning.js b/api/learning.js index f3feb7a..c3faca6 100644 --- a/api/learning.js +++ b/api/learning.js @@ -14,4 +14,12 @@ export function clearanceSubjectChapter(params){ export function specialTestPaper(params){ return http.get("/Topic/specialTestPaper", params) +} + +export function getDateRecordList(params){ + return http.get("/clearance/clockInRecord", params) +} + +export function reciteClock(params){ + return http.get("/clearance/recite", params) } \ No newline at end of file diff --git a/pages/activity/event.vue b/pages/activity/event.vue index ae56576..29e55db 100644 --- a/pages/activity/event.vue +++ b/pages/activity/event.vue @@ -1,6 +1,6 @@