This commit is contained in:
zmr900709
2020-07-15 16:04:31 +08:00
parent 580f9e1d9e
commit 69a4517bb5
2 changed files with 20 additions and 9 deletions

View File

@@ -284,6 +284,10 @@ export default {
delMessage({ type }) {
return vm.$u.post('/message/readMessage', { type });
},
// 已读消息
refreshToken({ }) {
return vm.$u.post('/Auth/refreshToken', { });
},
}
}
}