potal二期接口

This commit is contained in:
86182
2022-09-07 14:35:32 +08:00
parent 3db47fe738
commit 4019580230

View File

@@ -11,12 +11,12 @@ const list=function (){
/** /**
* 保存或编辑 * 保存或编辑
* */ * */
const saveOrUpdate=function (data){ const save=function (data){
return ajax.postJson('/xboe/subgroup/m/guide/saveOrUpdate',data); return ajax.postJson('/xboe/subgroup/m/guide/save',data);
} }
export default { export default {
list, list,
saveOrUpdate save
} }