diff --git a/src/api/index.js b/src/api/index.js
index e420000..ab03d77 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -12,6 +12,8 @@ export default {
getUserAllRoleByToken : `users/role/getUserAllRoleByToken`,
getSchoolIdByToken : `users/users/data/user/getSchoolIdByToken`,
+ platformLogList: `nakadai/log/platformLogList`,
+ logNotification: `nakadai/log/logNotification`,
//实验台
curriculumDetail: `nakadai/nakadai/curriculum/curriculumDetail`, // 课程详情
curriculumChapter: `nakadai/curriculum/chapter/queryChaptersAndSubsections`, // 根据课程id查询章节小节,树状结构
diff --git a/src/assets/img/bug.png b/src/assets/img/bug.png
new file mode 100644
index 0000000..3c9c4a6
Binary files /dev/null and b/src/assets/img/bug.png differ
diff --git a/src/assets/img/func.png b/src/assets/img/func.png
new file mode 100644
index 0000000..d838c29
Binary files /dev/null and b/src/assets/img/func.png differ
diff --git a/src/assets/img/log-bg.png b/src/assets/img/log-bg.png
new file mode 100644
index 0000000..f6de30e
Binary files /dev/null and b/src/assets/img/log-bg.png differ
diff --git a/src/assets/img/log-bg1.png b/src/assets/img/log-bg1.png
new file mode 100644
index 0000000..2bdcaca
Binary files /dev/null and b/src/assets/img/log-bg1.png differ
diff --git a/src/assets/img/optimize.png b/src/assets/img/optimize.png
new file mode 100644
index 0000000..e086e21
Binary files /dev/null and b/src/assets/img/optimize.png differ
diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue
index f31850c..50baf58 100644
--- a/src/layouts/home/index.vue
+++ b/src/layouts/home/index.vue
@@ -10,6 +10,31 @@
更新日志
+{{ funcList.find(e => e.id === item.type).name }}
+{{ i + 1 }}、{{ item }}
+