mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +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);
|
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 {
|
export default {
|
||||||
save,
|
save,
|
||||||
remove,
|
remove,
|
||||||
@@ -90,5 +97,6 @@ export default {
|
|||||||
ids,
|
ids,
|
||||||
counts,
|
counts,
|
||||||
has,
|
has,
|
||||||
checkFllow
|
checkFllow,
|
||||||
|
list
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user