From f92954aa6be02da173503f74f5afac89aff8c8b2 Mon Sep 17 00:00:00 2001 From: sunhonglai Date: Tue, 29 Apr 2025 14:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=99=E5=B8=88=E7=AB=AF?= =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8E=88=E8=AF=BE=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=92=8C=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/boe/courseRecord.js | 1 - src/api/modules/teacher.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/boe/courseRecord.js b/src/api/boe/courseRecord.js index 8f0eeb49..23475313 100644 --- a/src/api/boe/courseRecord.js +++ b/src/api/boe/courseRecord.js @@ -66,7 +66,6 @@ const courseRecordList = function(data) { export default { courseRecordExport, courseRecordList, - getListByToken, exportStudentOfCourse, exportStudentOfTearcher, diff --git a/src/api/modules/teacher.js b/src/api/modules/teacher.js index 4535a7c1..c5b8eb84 100644 --- a/src/api/modules/teacher.js +++ b/src/api/modules/teacher.js @@ -281,4 +281,5 @@ export default { courseRecordExport2, exportStudentOfCourse2, exportStudentOfTearcher2, + getListByToken, }