mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
增加接口
This commit is contained in:
@@ -39,6 +39,13 @@ const update = function(data){
|
|||||||
return ajax.postJson(baseURL,'/audience/update',data);
|
return ajax.postJson(baseURL,'/audience/update',data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 复制受众
|
||||||
|
*/
|
||||||
|
const copy = function(data){
|
||||||
|
return ajax.postJson(baseURL,'/audience/copy',data);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询用户列表
|
* 查询用户列表
|
||||||
@@ -53,5 +60,6 @@ export default {
|
|||||||
delAudience,
|
delAudience,
|
||||||
detail,
|
detail,
|
||||||
update,
|
update,
|
||||||
userList
|
userList,
|
||||||
|
copy
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user