From 4cac5b25eb27b77e4a782efca95936b8e36ac2b0 Mon Sep 17 00:00:00 2001 From: wuyx Date: Thu, 23 Feb 2023 16:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AF=BC=E5=85=A5=E5=AD=A6=E5=91=98?= =?UTF-8?q?=E6=A8=A1=E7=89=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.boe | 4 +- src/components/student/CommonStudent.vue | 281 ++++++----------------- 2 files changed, 72 insertions(+), 213 deletions(-) diff --git a/.env.boe b/.env.boe index 9f76927b..2f955f9d 100644 --- a/.env.boe +++ b/.env.boe @@ -7,9 +7,9 @@ VUE_APP_LOGIN_URL=//u-pre.boe.com/web VUE_APP_BOE_API_URL=//u-pre.boe.com # 导入学员模板 -VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx +VUE_APP_UP_LOAD_STUDENT_TEMPLATE=coursefile/导入学员模版-1677140876274.xlsx # 外部考试导入成绩模板 -VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=coursefile/外部考试学员成绩导入模板-1676551319283.xlsx +VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=coursefile/外部考试学员成绩导入模板-1677055614438.xlsx #在线 VITE_BOE_ONLINE_CLASS_URL=//u-pre.boe.com/pc/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id= diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index 7d165707..d20c487a 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -2,22 +2,14 @@