diff --git a/src/api/index.js b/src/api/index.js index 3a1a34d..41e8d61 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -19,8 +19,8 @@ export default { logNotification: `nakadai/nakadai/log/logNotification`, //实验台 curriculumDetail: `nakadai/nakadai/curriculum/curriculumDetail`, // 课程详情 - curriculumChapter: `nakadai/nakadai/curriculum/chapter/queryChaptersAndSubsections`, // 根据课程id查询章节小节,树状结构 - queryChaptersAndSubsections: `occupationlab/occupationlab/management/edu/courseChapter/queryChaptersAndSubsections`, + curriculumChapter: `nakadai/nakadai/curriculum/chapter/queryChaptersAndSubsections`, + queryChaptersAndSubsections: `occupationlab/occupationlab/theoreticalCourseChapter/queryChaptersAndSubsections`, curriculumGetSubsection: `nakadai/nakadai/curriculum/subsection/getSubsection`, // 根据小节id获取预览文件地址 getProjectBySystemId: 'occupationlab/occupationlab/projectManage/getProjectBySystemId', getTheMostRecentlyRunProject: 'python/python/getTheMostRecentlyRunProject', @@ -68,6 +68,8 @@ export default { findByIdCourse: `occupationlab/occupationlab/theoreticalCourse/findById`, playRecordSave: `occupationlab/occupationlab/playRecord/save`, studentLoginPreCourse: `occupationlab/occupationlab/theoreticalCourse/studentLoginPreCourse`, + getRedisCache: `occupationlab/occupationlab/theoreticalCourse/getRedisCache`, + getSubsection: `occupationlab/occupationlab/theoreticalCourseSubsection/getSubsection`, // 资讯 queryAllColumns: `occupationlab/occupationlab/information/column/queryAllColumns`, // 栏目树 @@ -75,7 +77,7 @@ export default { getArticle: `occupationlab/occupationlab/information/article/getArticle`, // 根据id查询文章 // 线上赛事 - notLoggedInBeforeStudentEvents: `occupationlab/occupationlab/match/contest/notLoggedInBeforeStudentEvents`, + notLoggedInBeforeStudentEvents: `occupationlab/occupationlab/enterprise/match/contest/notLoggedInBeforeStudentEvents`, contestPageConditionQueryByOccupationlabStu: `occupationlab/occupationlab/match/contest/contestPageConditionQueryByOccupationlabStu`, contestPageConditionQueryByOccupationlab: `occupationlab/occupationlab/match/contest/onlineCompetitionByStudent`, listOfRegisteredEvents: `occupationlab/occupationlab/match/contest/listOfRegisteredEvents`, diff --git a/src/assets/img/course-bg2.png b/src/assets/img/course-bg2.png index 5624234..4ad3dfc 100644 Binary files a/src/assets/img/course-bg2.png and b/src/assets/img/course-bg2.png differ diff --git a/src/assets/img/course-bg4.png b/src/assets/img/course-bg4.png new file mode 100644 index 0000000..1b8bf97 Binary files /dev/null and b/src/assets/img/course-bg4.png differ diff --git a/src/assets/img/course4.png b/src/assets/img/course4.png new file mode 100644 index 0000000..9c96834 Binary files /dev/null and b/src/assets/img/course4.png differ diff --git a/src/assets/img/info-bg7.png b/src/assets/img/info-bg7.png index aeaabdb..7d33c7d 100644 Binary files a/src/assets/img/info-bg7.png and b/src/assets/img/info-bg7.png differ diff --git a/src/assets/img/screen/medal.png b/src/assets/img/screen/medal.png new file mode 100644 index 0000000..bc245a4 Binary files /dev/null and b/src/assets/img/screen/medal.png differ diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index f5be3e7..7c788a5 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -14,6 +14,7 @@ diff --git a/src/pages/station/preview/index.vue b/src/pages/station/preview/index.vue index 9d75e34..95cea99 100644 --- a/src/pages/station/preview/index.vue +++ b/src/pages/station/preview/index.vue @@ -162,6 +162,7 @@ export default { this.getChapter(); }, destroyed() { + // 记录播放时长 this.$post(this.api.playRecordSave, { courseId: this.courseId, courseType: 0, diff --git a/src/setting.js b/src/setting.js index f6cf359..fc0ccb8 100644 --- a/src/setting.js +++ b/src/setting.js @@ -27,7 +27,7 @@ if (isPro) { systemPath = `http://${location.hostname}:8093` host = "http://121.37.12.51/"; // 测试服 // host = 'https://www.occupationlab.com/' // 正式服 - host = "http://192.168.31.151:9000/"; // 榕 + // host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.137:9000/"; // 赓 } diff --git a/src/store/modules/project.js b/src/store/modules/project.js index 73d0746..7fb12d9 100644 --- a/src/store/modules/project.js +++ b/src/store/modules/project.js @@ -5,7 +5,8 @@ export default { namespaced: true, state: { currId: '', - lastRecordType: "practice" + lastRecordType: "practice", + courseId: '' }, mutations: { SET_CURRICULUM: (state, currId) => { @@ -13,6 +14,9 @@ export default { }, SET_RECORD: (state, type) => { state.lastRecordType = type; + }, + SET_COURSE: (state, courseId) => { + state.courseId = courseId } }, actions: { diff --git a/src/styles/page/screen.scss b/src/styles/page/screen.scss index c7e0eeb..aa0f718 100644 --- a/src/styles/page/screen.scss +++ b/src/styles/page/screen.scss @@ -1,6 +1,15 @@ @import "../var.scss"; +// ::-webkit-scrollbar-thumb { +// display: none; +// } +::-webkit-scrollbar { + width: 8px; + height: 8px; +} ::-webkit-scrollbar-thumb { - display: none; + width: 5px; + border-radius: 6px; + background: rgba(85, 219, 255, .8); } .video { position: absolute; @@ -144,7 +153,7 @@ z-index: 2; position: absolute; display: flex; - top: 10px; + top: 24px; right: 10px; li { padding: 0 14px; @@ -288,7 +297,9 @@ $height: 250px; width: 24%; } .middle { - flex: 1; + // flex: 1; + width: 913px; + min-width: 913px; margin: 0 30px; } .item { @@ -297,21 +308,101 @@ $height: 250px; margin-bottom: 30px; border: 1px solid #2C58A6; box-shadow: 0 0 10px #2C58A6; - // background-color: #073a7d; } } .chart { height: $height; } +.popular-wrap { + height: 170px; + margin-top: 45px; + overflow: auto; + &::-webkit-scrollbar-thumb { + display: none; + } +} .list { padding: 0 15px; margin-top: 25px; - text-align: center; + overflow: auto; li { - line-height: 40px; + position: relative; + padding: 10px 10px; + &:nth-child(2) { + .index { + background-color: #67a0ff; + } + } + &:nth-child(3) { + .index { + background-color: #2b71ff; + } + } + &:nth-child(4) { + .index { + background-color: #8c2bff; + } + } + &:nth-child(5) { + .index { + background-color: #ff612b; + } + } + &:nth-child(6) { + .index { + background-color: #4152f1; + } + } + &:nth-child(7) { + .index { + background-color: #d14cc9; + } + } + &:nth-child(8) { + .index { + background-color: #f52c8d; + } + } + &:nth-child(9) { + .index { + background-color: #f1561b; + } + } + &:nth-child(10) { + .index { + background-color: #f50000; + } + } + } + &.popular { + margin-top: 0; + li:nth-child(odd) { + background-color: #072951; + box-shadow:-10px 0px 15px #2C58A6 inset, 10px 0px 15px #2C58A6 inset; + } + } + .index { + position: absolute; + width: 20px; + line-height: 20px; + color: #fff; + font-size: 12px; + text-align: center; + border-radius: 50%; + background-color: #2defe2; + } + .text { + width: 60%; + margin: 0 auto; color: #61d2f7; + text-align: center; @include ellipsis; } + .icon { + position: absolute; + top: 10px; + right: 10%; + } } .main_title{ display: flex; diff --git a/vue.config.js b/vue.config.js index 08992b8..824ccda 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,6 +13,9 @@ module.exports = { outputDir: Setting.outputDir, assetsDir: Setting.assetsDir, devServer: { - port: 8082 // 固定端口 + // client: { + // webSocketURL: 'ws://0.0.0.0:8082/notice', + // }, + port: 8082 // 固定端口 } }; \ No newline at end of file