兴趣采集弹框

This commit is contained in:
zhaofang
2022-09-19 12:13:32 +08:00
parent 7c01bccf4b
commit 85bb68a0ba
8 changed files with 183 additions and 6 deletions

View File

@@ -45,12 +45,16 @@ const update=function (data){
const del=function (id){
return ajax.get(baseURL,'/xboe/subgroup/m/userhobby/delete?id='+id);
}
const has=function(){
return ajax.get(baseURL,'/xboe/subgroup/m/userhobby/has');
}
export default {
save,
list,
info,
update,
del
del,
has
}