mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
兴趣采集弹框
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user