From 55c24edd791418057791a944e709fbdb25711234 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 5 Dec 2024 09:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E6=8E=88=E8=AF=BE=E6=95=99?= =?UTF-8?q?=E5=B8=88=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.boe | 5 +---- src/views/courselibrary/CoursewareManage.vue | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.env.boe b/.env.boe index 00a199f5..9ba68cc4 100644 --- a/.env.boe +++ b/.env.boe @@ -2,10 +2,7 @@ NODE_ENV=boe VUE_APP_BASE=/manage VUE_APP_BASE_API=/manageApi VUE_APP_LOGIN_URL=//u-pre.boe.com/web?returnUrl= -# VUE_APP_BOE_API_URL=//u-pre.boe.com - -VUE_APP_BOE_API_URL=//pretest.zcwytd.com - +VUE_APP_BOE_API_URL=//u-pre.boe.com # 导入学员模板 VUE_APP_UP_LOAD_STUDENT_TEMPLATE=coursefile/导入学员模版-1677140876274.xlsx # 外部考试导入成绩模板 diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index e6f1a79c..f9c45dae 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -882,7 +882,7 @@ @@ -1349,7 +1349,7 @@
授课教师: - {{ currentPlanItem.offteachers.map(item=>item.name).join(',') }} + {{ currentPlanItem.offteachers.map(item=>item.teacherName).join(',') }}