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(',') }}