diff --git a/.env b/.env
index b2def4d2..42a95366 100644
--- a/.env
+++ b/.env
@@ -16,3 +16,5 @@ VUE_APP_IFRAME_STUDENT_URL=https://u-pre.boe.com/pc/loading
# 课程二维码
VUE_APP_COURSE_STUDY=https://u-pre.boe.com/pc/course/studyindex?id=
+# 导入学员模板
+VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/
diff --git a/.env.prod b/.env.prod
index 003f27de..ab14c09c 100644
--- a/.env.prod
+++ b/.env.prod
@@ -9,4 +9,6 @@ VUE_APP_BOE_API_URL=https://u.boe.com
VUE_APP_IFRAME_URL=https://u.boe.com/pc/iframe
VUE_APP_IFRAME_STUDENT_URL=https://u.boe.com/pc/loading
-VUE_APP_COURSE_STUDY=https://u.boe.com/pc/course/studyindex?id=
\ No newline at end of file
+VUE_APP_COURSE_STUDY=https://u.boe.com/pc/course/studyindex?id=
+
+VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/
\ No newline at end of file
diff --git a/.env.release b/.env.release
index 57dd0d96..887d9220 100644
--- a/.env.release
+++ b/.env.release
@@ -9,4 +9,6 @@ VUE_APP_BOE_API_URL=https://u.boe.com
VUE_APP_IFRAME_URL=https://u.boe.com/pc-release/iframe
VUE_APP_IFRAME_STUDENT_URL=https://u.boe.com/pc-release/loading
-VUE_APP_COURSE_STUDY=https://u.boe.com/pc-release/course/studyindex?id=
\ No newline at end of file
+VUE_APP_COURSE_STUDY=https://u.boe.com/pc-release/course/studyindex?id=
+
+VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/
\ No newline at end of file
diff --git a/src/api/index1.js b/src/api/index1.js
index 271ca1b4..fdd23835 100644
--- a/src/api/index1.js
+++ b/src/api/index1.js
@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2022-11-04 22:45:31
* @LastEditors: lixg lixg@dongwu-inc.com
- * @LastEditTime: 2023-01-06 18:04:16
+ * @LastEditTime: 2023-01-07 16:53:23
* @FilePath: /fe-manage/src/api/index1.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
@@ -173,5 +173,7 @@ export const batchFinishTask = (obj) => http.post('/admin/student/batchFinishTas
//批量更新学员状态
export const batchUpdateStatus = (obj) => http.post('/admin/student/batchUpdateStatus', obj)
// //面授课批量导入成绩
-export const batchImportScore = (offcoursePlanId, obj) =>
- http.post(`/admin/offcourse/batchImportScore?offcoursePlanId=${offcoursePlanId}`, obj);
\ No newline at end of file
+export const batchImportScore = (obj) =>
+ http.post('/admin/student/importHomeWork', obj, {
+ headers: { "Content-Type": "multipart/form-data" },
+ });
\ No newline at end of file
diff --git a/src/assets/images/leveladd/success.png b/src/assets/images/leveladd/success.png
new file mode 100644
index 00000000..89d75b43
Binary files /dev/null and b/src/assets/images/leveladd/success.png differ
diff --git a/src/components/Modals/ExportHomeWork.vue b/src/components/Modals/ExportHomeWork.vue
new file mode 100644
index 00000000..ee02a9a3
--- /dev/null
+++ b/src/components/Modals/ExportHomeWork.vue
@@ -0,0 +1,187 @@
+
+
+
+ 作业导出完成,请下载本地或去下载中心查看
+