mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 02:16:43 +08:00
增加接口
This commit is contained in:
@@ -39,6 +39,13 @@ const update = function(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,
|
||||
detail,
|
||||
update,
|
||||
userList
|
||||
userList,
|
||||
copy
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user