个人中心教师信息

This commit is contained in:
lmj
2022-12-07 15:20:48 +08:00
parent 9b4ed59afb
commit 4d5ab09233
2 changed files with 126 additions and 10 deletions

View File

@@ -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
}