This commit is contained in:
zmr900709
2020-07-15 16:46:33 +08:00
11 changed files with 195 additions and 30 deletions

View File

@@ -302,9 +302,19 @@ export default {
delMessage({ type }) {
return vm.$u.post('/message/readMessage', { type });
},
<<<<<<< HEAD
// 已读消息
refreshToken({ }) {
return vm.$u.post('/Auth/refreshToken', { });
=======
// 屏蔽列表
articlShieldList() {
return vm.$u.post('/Article/articlShieldList');
},
// 取消屏蔽
articleDelShield({ id }) {
return vm.$u.post('article/articleDelShield', { member_id: id });
>>>>>>> 76a0e7e8bdfc42e7e46cc74d2cfb43fc4f544e7b
},
}
}