mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
fix:修改在线接口地址;删除无用consolelog
This commit is contained in:
@@ -12,7 +12,7 @@ import http from "./config";
|
||||
|
||||
// 接口-请求
|
||||
//查询在线课信息列表接口
|
||||
export const queryOnlinelList = (obj) => http.post('/queryOnlineClassesDetailList', obj)
|
||||
export const queryOnlinelList = (obj) => http.post('/onlineClasses/queryOnlineClassesDetailList', obj)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user