站内信模块:vue3 站内信弹板

This commit is contained in:
YunaiV
2023-01-29 09:26:06 +08:00
parent 8cdae12b34
commit 91dd4a32b1
4 changed files with 88 additions and 57 deletions

View File

@ -43,6 +43,7 @@ export function getUnreadNotifyMessageList() {
})
}
// 获得当前用户的未读站内信数量
export function getUnreadNotifyMessageCount() {
return request({
url: '/system/notify-message/get-unread-count',