mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
个人中心教师信息
This commit is contained in:
@@ -17,6 +17,10 @@ const getInfoById = function(id) {
|
||||
return ajax.get('/xboe/teacher/simple?id=' + id);
|
||||
}
|
||||
|
||||
const detailTeacher=function (id){
|
||||
return ajax.get('/xboe/teacher/detail-teacher?id='+id);
|
||||
}
|
||||
|
||||
/**
|
||||
* 分页查询
|
||||
* @param {
|
||||
@@ -213,5 +217,6 @@ export default {
|
||||
start,
|
||||
end,
|
||||
exports,
|
||||
syncUpdate
|
||||
syncUpdate,
|
||||
detailTeacher
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user