diff --git a/supervise-portal-ui/src/api/system/home/home.js b/supervise-portal-ui/src/api/system/home/home.js index ac525413..93906f92 100644 --- a/supervise-portal-ui/src/api/system/home/home.js +++ b/supervise-portal-ui/src/api/system/home/home.js @@ -7,3 +7,11 @@ export function getTodoNum(data) { method: 'get' }) } + +// 获取当前用户的最新消--首页面右上角展示 +export function messageNotice(data) { + return request({ + url: '/report/RiskMessagesLog/messageNotice/' + data, + method: 'get' + }) +} diff --git a/supervise-portal-ui/src/views/Home/Home.vue b/supervise-portal-ui/src/views/Home/Home.vue index 9bdd31dc..1c7ab3f5 100644 --- a/supervise-portal-ui/src/views/Home/Home.vue +++ b/supervise-portal-ui/src/views/Home/Home.vue @@ -45,29 +45,34 @@ -->
- 消息通知 +
+ 消息通知 +
+ 更多 +
+