This commit is contained in:
2020-08-03 14:34:56 +08:00
parent 7ae10c200d
commit af768bff80
11 changed files with 258 additions and 36 deletions

View File

@@ -392,6 +392,10 @@ export default {
sendCommentList() {
return vm.$u.post('member/sendCommentList');
},
// 发现收藏列表
articleCollectList() {
return vm.$u.post('article/articleCollectList');
},
}
}
}