diff --git a/src/App.vue b/src/App.vue index d5535d4..e89ccff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,12 @@ \ No newline at end of file diff --git a/src/api/index.js b/src/api/index.js index dcd84f1..120a354 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -34,6 +34,8 @@ export default { updateLearningProgress: 'nakadai/nakadai/curriculum/learning/progressprogress/update', maximumPracticeScoreList: 'occupationlab/occupationlab/achievement/maximumPracticeScoreList', getSandTableLastCache: `product/product/bank/operation/getSandTableLastCache`, + getSchoolCourseAuthority: `nakadai/nakadai/curriculum/getSchoolCourseAuthority`, + requestRenewalNotice: `nakadai/nakadai/curriculum/requestRenewalNotice`, // 课程笔记 addNote: `nakadai/curriculumNotes/addNote`, curriculumNoteList: `nakadai/curriculumNotes/curriculumNoteList`, diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 92207cf..44d2c28 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -1,82 +1,46 @@