diff --git a/.env b/.env index 37fbf395..df7550eb 100644 --- a/.env +++ b/.env @@ -17,6 +17,7 @@ VUE_APP_OUTPUT_DIR=./dist VUE_APP_IFRAME_URL=//u-pre.boe.com/pc/iframe # 学员端路由 VUE_APP_IFRAME_STUDENT_URL=//u-pre.boe.com/pc/loading +VUE_APP_IFRAME_TEACHER_URL=//u-pre.boe.com/pc/need/waitaudit # 课程二维码 VUE_APP_COURSE_STUDY=//u-pre.boe.com/pc/course/studyindex?id= diff --git a/.env.prod b/.env.prod index 863de9ff..40aef55d 100644 --- a/.env.prod +++ b/.env.prod @@ -10,6 +10,7 @@ VUE_APP_BOE_API_URL=//u.boe.com VUE_APP_IFRAME_URL=//u.boe.com/pc/iframe VUE_APP_IFRAME_STUDENT_URL=//u.boe.com/pc/loading +VUE_APP_IFRAME_TEACHER_URL=//u-pre.boe.com/pc/need/waitaudit VUE_APP_COURSE_STUDY=//u.boe.com/pc/course/studyindex?id= diff --git a/.env.release b/.env.release index 0efa2573..d54ac429 100644 --- a/.env.release +++ b/.env.release @@ -10,6 +10,7 @@ VUE_APP_BOE_API_URL=//u.boe.com VUE_APP_IFRAME_URL=//u.boe.com/pc-release/iframe VUE_APP_IFRAME_STUDENT_URL=//u.boe.com/pc-release/loading +VUE_APP_IFRAME_TEACHER_URL=//u-pre.boe.com/pc-release/need/waitaudit VUE_APP_COURSE_STUDY=//u.boe.com/pc-release/course/studyindex?id= diff --git a/src/api/method.js b/src/api/method.js index f5826d2f..fa365a79 100644 --- a/src/api/method.js +++ b/src/api/method.js @@ -280,6 +280,7 @@ const organizationalTree = [] const iframeUrl = window.location.protocol + process.env.VUE_APP_IFRAME_URL //学员端路由 const studentUrl = window.location.protocol + process.env.VUE_APP_IFRAME_STUDENT_URL +const teacherUrl = window.location.protocol + process.env.VUE_APP_IFRAME_TEACHER_URL //二维码 const codeUrl = window.location.protocol + "//u-pre.boe.com" @@ -297,5 +298,6 @@ export { organizationalTree, iframeUrl, studentUrl, + teacherUrl, codeUrl, } \ No newline at end of file diff --git a/src/components/NavTop.vue b/src/components/NavTop.vue index 6c05f4c3..ddca470e 100644 --- a/src/components/NavTop.vue +++ b/src/components/NavTop.vue @@ -46,7 +46,7 @@ - + \ No newline at end of file + diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a48b7ea3..375d3493 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4555,7 +4555,6 @@ export default defineComponent({ state.newCourseName = item.name; state.permissions = item.permissions; getTableDate3(); - state.stm_hs = true; }; @@ -4579,12 +4578,15 @@ export default defineComponent({ console.log(state.kk_inputV1); console.log(state.kk_inputV2); console.log(state.selectTime); + getTableDate(); getTableDate3(); }; const handleRestTable = () => { + debugger state.kk_inputV1 = ""; state.kk_inputV2 = ""; state.selectTime = ""; + getTableDate(); getTableDate3(); }; diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 54e5f36a..0059e83c 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -113,12 +113,12 @@ type="link" >编辑 - 编辑 + > --> 管理