diff --git a/src/api/index.js b/src/api/index.js index 29d9ef8..a4e7116 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -24,6 +24,7 @@ export default { curriculumGetSubsection: `nakadai/nakadai/curriculum/subsection/getSubsection`, // 根据小节id获取预览文件地址 getProjectBySystemId: 'occupationlab/occupationlab/projectManage/getProjectBySystemId', getTheMostRecentlyRunProject: 'python/python/getTheMostRecentlyRunProject', + whetherToRenewTheFee: 'nakadai/nakadai/curriculum/whetherToRenewTheFee', // 能力测评 canExperiment: `occupationlab/occupationlab/evaluationrecord/can_experiment`, // 查询是否能够开启实验 diff --git a/src/assets/img/wechat-code.jpeg b/src/assets/img/wechat-code.jpeg new file mode 100644 index 0000000..07a86ee Binary files /dev/null and b/src/assets/img/wechat-code.jpeg differ diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 294fee9..0309a5d 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -164,9 +164,11 @@ $height: 64px; position: absolute; top: 0; left: 40px; + display: flex; + align-items: center; font-size: 28px; color: #568DF2; - line-height: $height; + height: $height; cursor: pointer; img { margin-right: 10px; @@ -226,7 +228,7 @@ $height: 64px; border-radius: 6px; } } -@media (max-width: 1430px) { +@media (max-width: 1680px) { .header { .logo { left: 20px; diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index 7c788a5..4f9b15e 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -234,9 +234,20 @@ export default { } } } -@media (max-width: 1430px) { +@media (max-width: 1680px) { .nav { - left: 52%; + left: 55%; + & > li { + margin: 0 10px; + } + } +} +@media (max-width: 1380px) { + .nav { + left: 58%; + & > li { + padding: 0 10px; + } } } \ No newline at end of file diff --git a/src/pages/info/list/index.vue b/src/pages/info/list/index.vue index 6459f39..7824b2f 100644 --- a/src/pages/info/list/index.vue +++ b/src/pages/info/list/index.vue @@ -123,7 +123,6 @@ export default { this.menuList = data // 从文章页返回的情况,需要回到之前进文章页的那个分类 const historyId = this.historyId - console.log("🚀 ~ file: index.vue ~ line 122 ~ getData ~ historyId", historyId) if (historyId) { this.setColumnId('') this.defaultIndex = historyId + '' @@ -132,7 +131,6 @@ export default { // 正常情况默认展示第一个分类下的文章列表 data.length && this.getDeepId(data) const id = this.deepId - console.log("🚀 ~ file: index.vue ~ line 133 ~ getData ~ id", id, data) if (id) { this.getContent(id) this.defaultIndex = id + '' @@ -147,7 +145,6 @@ export default { }, // 获取最深的层级的id getDeepId(data) { - console.log("🚀 ~ file: index.vue ~ line 148 ~ getDeepId ~ data", data) data.map(e => { if (e.children.length) { this.getDeepId(e.children) @@ -280,7 +277,7 @@ export default { } } .list-wrap{ - flex: 1; + width: calc(100% - 180px); margin-left: 24px; .list{ li{ diff --git a/src/pages/station/preview/index.vue b/src/pages/station/preview/index.vue index 345301e..6f774a2 100644 --- a/src/pages/station/preview/index.vue +++ b/src/pages/station/preview/index.vue @@ -43,7 +43,8 @@
该课程订阅期限已到期,若需要续费请扫码添加客服咨询“
+