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:
22
src/api/modules/guide.js
Normal file
22
src/api/modules/guide.js
Normal file
@@ -0,0 +1,22 @@
|
||||
import ajax from '@/utils/xajax.js'
|
||||
|
||||
|
||||
/**
|
||||
* 显示提取,一次性
|
||||
* */
|
||||
const list=function (){
|
||||
return ajax.get('/xboe/subgroup/m/guide/list');
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存或编辑
|
||||
* */
|
||||
const saveOrUpdate=function (data){
|
||||
return ajax.postJson('/xboe/subgroup/m/guide/saveOrUpdate',data);
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
list,
|
||||
saveOrUpdate
|
||||
}
|
||||
Reference in New Issue
Block a user