feat:未读消息列表增加一键全部已读

This commit is contained in:
fit2cloud-chenyw
2021-08-27 13:25:18 +08:00
parent 4494562c6c
commit 74cc2bb0e1
7 changed files with 33 additions and 3 deletions

View File

@@ -35,6 +35,14 @@ export function batchRead(data) {
})
}
export function allRead() {
return request({
url: '/api/sys_msg/allRead',
method: 'post',
loading: true
})
}
export function batchDelete(data) {
return request({
url: '/api/sys_msg/batchDelete',