This commit is contained in:
zmr900709
2020-07-15 16:52:39 +08:00
parent 46da0894b4
commit b04b2ffd16
3 changed files with 5 additions and 10 deletions

View File

@@ -302,11 +302,11 @@ 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');
@@ -314,7 +314,6 @@ export default {
// 取消屏蔽
articleDelShield({ id }) {
return vm.$u.post('article/articleDelShield', { member_id: id });
>>>>>>> 76a0e7e8bdfc42e7e46cc74d2cfb43fc4f544e7b
},
}
}