消息完成

This commit is contained in:
2020-08-28 15:04:32 +08:00
parent 1305931e3b
commit aac975e921
2 changed files with 4 additions and 4 deletions

View File

@@ -140,8 +140,8 @@ const install = (Vue, vm) => {
isread(){
return vm.$u.post("/message/isread")
},
messageInfo(){
return vm.$u.post("/message/messageInfo")
messageInfo({id}){
return vm.$u.post("/message/messageInfo",{id})
}
}