mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
我的关注二次查询
This commit is contained in:
@@ -82,6 +82,13 @@ const has=function (followId){
|
||||
return ajax.get(baseURL,'/xboe/subgroup/m/userfollow/has?followId='+followId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 我的关注二次查询
|
||||
* */
|
||||
const list=function (){
|
||||
return ajax.get(baseURL,'/xboe/subgroup/m/userfollow/list');
|
||||
}
|
||||
|
||||
export default {
|
||||
save,
|
||||
remove,
|
||||
@@ -90,5 +97,6 @@ export default {
|
||||
ids,
|
||||
counts,
|
||||
has,
|
||||
checkFllow
|
||||
checkFllow,
|
||||
list
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user