diff --git a/src/api/index1.js b/src/api/index1.js index a57c3bfc..8baf22aa 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -37,6 +37,12 @@ import http from "./config"; // 接口-请求 +//创建学习路径 +export const createLearnPath = (obj) => http.post('/admin/router/edit', obj, { + headers: { + 'token': '123' + } +}); // 获取学习路径图列表 export const getLearnPath = (obj) => http.post('/admin/router/list', obj); diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index f1004e56..8d882211 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -816,6 +816,9 @@ export default { } .opa { // background-color: #bfa; + .ant-checkbox + span { + margin-top: 5px; + } } } // .tab { diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index d4602bed..81da23d2 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -121,7 +121,9 @@
-->