mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
消息页面
This commit is contained in:
@@ -45,12 +45,12 @@ const updateIsRead=function(ids){
|
||||
|
||||
/**把当前人所有未读消息设置为已读*/
|
||||
const readAll=function(){
|
||||
return ajax.postJson('/xboe/sys/message/readall')
|
||||
return ajax.get('/xboe/sys/message/readall')
|
||||
}
|
||||
|
||||
/**清空当前人的接收到的所有的消息*/
|
||||
const cleanAll=function(){
|
||||
return ajax.postJson('/xboe/sys/message/clearall')
|
||||
return ajax.get('/xboe/sys/message/clearall')
|
||||
}
|
||||
|
||||
export default{
|
||||
|
||||
Reference in New Issue
Block a user