mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改
This commit is contained in:
@@ -14,6 +14,8 @@ const courselList = (data = {}) => ajax.postJson(baseURL, '/xboe/m/boe/course/li
|
||||
const noticeDataById = (id) => ajax.get(baseURL, `/xboe/m/boe/notice/getDataById?id=${id}`);
|
||||
//教师列表
|
||||
const teachersList = (data = {}) => ajax.postJson(baseURL, '/xboe/m/boe/teachers/list', data);
|
||||
//教师列表
|
||||
const carouselList = (data = {}) => ajax.postJson(baseURL, '/xboe/m/boe/rotation/list', data);
|
||||
|
||||
|
||||
|
||||
@@ -25,5 +27,6 @@ export {
|
||||
noticeList,
|
||||
noticeDataById,
|
||||
courselList,
|
||||
teachersList
|
||||
teachersList,
|
||||
carouselList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user