diff --git a/api/learning.js b/api/learning.js new file mode 100644 index 0000000..4de1c8f --- /dev/null +++ b/api/learning.js @@ -0,0 +1,5 @@ +import http from "@/utils/request"; + +export function getLearningData(params){ + return http.get("/clearance/grade_index", params) +} \ No newline at end of file diff --git a/api/special.js b/api/special.js index 834a7e8..4d9ebf9 100644 --- a/api/special.js +++ b/api/special.js @@ -424,4 +424,8 @@ export function groupWorks(){ return http.get("/special/groupWork",{},{ requireAuth:false }) +} + +export function getSpecialSubject(){ + return http.get("/special/getSpecialSubject",{}) } \ No newline at end of file diff --git a/components/Course/offlineStyleCourse.vue b/components/Course/offlineStyleCourse.vue index 6455fc7..fc74b7a 100644 --- a/components/Course/offlineStyleCourse.vue +++ b/components/Course/offlineStyleCourse.vue @@ -2,21 +2,21 @@ - + {{ item.title }} diff --git a/components/Course/squareStyleCourse.vue b/components/Course/squareStyleCourse.vue index 733b28c..8876432 100644 --- a/components/Course/squareStyleCourse.vue +++ b/components/Course/squareStyleCourse.vue @@ -7,7 +7,7 @@ {{ item.title }} - 视频 + 视频 直播 {{ item.count }}人已学 diff --git a/components/NavBar/index.vue b/components/NavBar/index.vue index e5538ed..98c2f03 100644 --- a/components/NavBar/index.vue +++ b/components/NavBar/index.vue @@ -1,7 +1,7 @@