mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
potal二期接口
This commit is contained in:
@@ -11,12 +11,12 @@ const list=function (){
|
||||
/**
|
||||
* 保存或编辑
|
||||
* */
|
||||
const saveOrUpdate=function (data){
|
||||
return ajax.postJson('/xboe/subgroup/m/guide/saveOrUpdate',data);
|
||||
const save=function (data){
|
||||
return ajax.postJson('/xboe/subgroup/m/guide/save',data);
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
list,
|
||||
saveOrUpdate
|
||||
save
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user