diff --git a/src/api/business/home/home.js b/src/api/business/home/home.js index 9f4de41..24edc22 100644 --- a/src/api/business/home/home.js +++ b/src/api/business/home/home.js @@ -7,3 +7,10 @@ export function home_count(query) { params: query }) } +export function home_noticeList(query) { + return request({ + url: '/system/business/home/noticeList', + method: 'get', + params: query + }) +} diff --git a/src/views/index.vue b/src/views/index.vue index 5aa30c0..f3efb07 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -51,13 +51,30 @@ - +
+ 系统通知 +
+
+
+
{{item.title}}
+
{{item.createTime}}
+
+ + +
+