新增关注博主-支持删除
This commit is contained in:
@@ -229,8 +229,17 @@ export const useApiStore = defineStore('coreapi', () => {
|
||||
|
||||
});
|
||||
}
|
||||
//删除非关注的博主
|
||||
async function DelFollow(param: object) {
|
||||
return http.request<any, Response<any>>('/api/follow/delete', 'post_json', param).then(r => {
|
||||
return r.data;
|
||||
}).finally(() => {
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
return {
|
||||
DelFollow,
|
||||
AddFollow,
|
||||
CheckTag,
|
||||
deleteCookie,
|
||||
|
||||
Reference in New Issue
Block a user