mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 06:46:46 +08:00
feat:添加在线、案例的添加搜索重置编辑已完成
This commit is contained in:
18
src/api/indexOnline.js
Normal file
18
src/api/indexOnline.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* @Author: lixg lixg@dongwu-inc.com
|
||||
* @Date: 2022-11-07 17:06:45
|
||||
* @LastEditors: lixg lixg@dongwu-inc.com
|
||||
* @LastEditTime: 2022-11-21 16:39:00
|
||||
* @FilePath: /fe-manage/src/api/index.js
|
||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
*/
|
||||
import http from "./config";
|
||||
// import qs from 'qs';
|
||||
|
||||
|
||||
// 接口-请求
|
||||
//查询在线课信息列表接口
|
||||
export const queryOnlinelList = (obj) => http.post('/queryOnlineClassesDetailList', obj)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user